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
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to