On Tue, Sep 21, 2010 at 9:59 PM, Richard Steventon <[email protected]> wrote:
> I am trying to figure out how to read process memory in IronPython.
> In CPython, it would be windll.kernel32.ReadProcessMemory().
Hi Richard,
It's the same in IronPython:
from ctypes import windll
windll.kernel32.ReadProcessMemory(...)
Does that not work for some reason?
- Jeff
_______________________________________________
Users mailing list
[email protected]
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com