memory, PE files, etc...
Tim Golden
mail at timgolden.me.uk
Mon Oct 27 13:23:17 EDT 2014
More information about the Python-list mailing list
Mon Oct 27 13:23:17 EDT 2014
- Previous message (by thread): memory, PE files, etc...
- Next message (by thread): memory, PE files, etc...
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): memory, PE files, etc...
- Next message (by thread): memory, PE files, etc...
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list