Re: Access NtQueryInformationProces() from Python

2009-07-01 Thread Rajat
On Jun 30, 2:10 pm, Tim Golden wrote: > 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? >

Re: Access NtQueryInformationProces() from Python

2009-06-30 Thread Tim Golden
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/