Access NtQueryInformationProces() from Python

Rajat rajat.dudeja at gmail.com
Thu Jul 2 00:33:55 EDT 2009


On Jun 30, 2:10 pm, Tim Golden <m... at timgolden.me.uk> 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?
>
> You want to look at ctypes:
>
> http://docs.python.org/library/ctypes.html?highlight=ctypes#module-ct...
>
> TJG

Thanks Tim



More information about the Python-list mailing list