memory, PE files, etc...

Tim Golden mail at timgolden.me.uk
Mon Oct 27 13:23:17 EDT 2014


On 27/10/2014 17:16, kiuhnm03 at yahoo.it wrote:
> Hi! I'd like to write one or more scripts that analyze processes in
> memory on Windows 7. I used to do these things in C++ by using native
> Win32 API calls. How should I proceed in python? Any pointers?
> 

psutil is definitely your friend:

  https://github.com/giampaolo/psutil

Although WMI can be quite handy too, depending on what you're trying to do:

  http://timgolden.me.uk/python/wmi/

TJG



More information about the Python-list mailing list