Tagged Questions

4
votes
5answers
3k views

Reading Other Process' Memory in OS X / BSD

I've been trying to understand how to read the memory of other processes on Mac OS X, but I'm not having much luck. I've seen many examples online using ptrace with PEEKDATA and such, however it ...