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 ...
0
votes
0answers
22 views
Linux C++ ptrace crash
its me again with the ptrace error. I fixed ptrace by adding a kernel ( ubuntu 10.10 had security update with ptrace ). Anyways I have another question, why it crashes when reading memory sometimes ?? ...
0
votes
0answers
47 views
Linux C++ ptrace
I'm making an IP Changer for playing on private server, and I need to know whats wrong with my ptrace code. It keeps returning -1 with error "No such process"!!
#include <iostream>
#include ...