On Tue, Sep 21, 2010 at 9:59 PM, Richard Steventon <steven...@gmail.com> 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 Users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com