Access NtQueryInformationProces() from Python

Tim Golden mail at timgolden.me.uk
Tue Jun 30 05:10:29 EDT 2009


Dudeja, Rajat wrote:
> Hi,
> 
> I'm looking for a way to call the NtQueryInformationProces() and ReadProcessMemory() of WindowsXP from Python.
> 
> Can anyone direct me to some examples where they have been successfully called through Python?

You want to look at ctypes:

http://docs.python.org/library/ctypes.html?highlight=ctypes#module-ctypes

TJG



More information about the Python-list mailing list