[IronPython] Opening a process for mem reads ?

Richard Steventon steventon at gmail.com
Wed Sep 22 05:59:02 CEST 2010


Hi All,

I am trying to figure out how to read process memory in IronPython.
In CPython, it would be windll.kernel32.ReadProcessMemory().

I had a look at the namespaces on msdn, but OpenProcess,
ReadProcessMemory, etc do not appear to be available.  All the
VB/C#/etc code I can find does a dllimport.  I can't seem to find out
how to do that in IronPython either !

Has anyone done this or have any ideas on how to do it ?

-Bye
-Richard



More information about the Ironpython-users mailing list