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 _______________________________________________ Users mailing list Users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com