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

Reply via email to