memory, PE files, etc...

Chris Angelico rosuav at gmail.com
Tue Oct 28 22:25:41 EDT 2014


On Wed, Oct 29, 2014 at 1:18 PM, Denis McMahon <denismfmcmahon at gmail.com> wrote:
> On Mon, 27 Oct 2014 10:16:43 -0700, kiuhnm03 wrote:
>
>> 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?
>
> This seems to be a very common request. Does anyone know why?

I hadn't noticed it as hugely common, but in any case... I'd say it's
because ctypes and pywin32 are (rightly) obscure, so people don't know
they can basically do the same thing in Python as in C++. That's what
python-list is for, I think.

ChrisA



More information about the Python-list mailing list