[ANN] pykill32 0.2

M

Manlio Perillo

pykill32 is a small library that enable developers and users on Windows
2000/XP to send signals to a Python process.

It emulates the POSIX kill.
There is also a script, kill.py, with a minimal emulation of POSIX kill(1).

And a simple dumpbin.py script that list all modules (DLL) loaded by a
process.

pykill32 works by creating a thread on the *remote* process
(CreateRemoteThread) that calls the raise procedure from the MSVCR71 module.

It just works fine for Twisted processes.


The library can be found on:
http://developer.berlios.de/projects/pykill32/

and via SVN:
http://svn.berlios.de/svnroot/repos/pykill32/trunk


Regards Manlio Perillo
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top