Accessing windows structures through ctypes.

Horace Blegg tkjthingone at gmail.com
Thu Jul 2 02:10:43 EDT 2009


http://www.codeproject.com/KB/threads/GetNtProcessInfo.aspx

Looks rather to be pretty simple: Acquire the PED base pointer (article
explains how) and then just read that information into a struct using
ReadProcessMemory().

On Wed, Jul 1, 2009 at 10:42 PM, Rajat <rajat.dudeja at gmail.com> wrote:

> Hi,
>
> Using ctypes can I access the windows structures like:
>
> PROCESS_INFORMATION_BLOCK, Process Environment Block(PEB),
> PEB_LDR_DATA, etc?
>
>
> Regards,
> Rajat
>
> --
> http://mail.python.org/mailman/listinfo/python-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20090701/30df6b5b/attachment.html>


More information about the Python-list mailing list