How would I go about editing the memory of other applications using Cocoa? I know the editing has to be done as root, but how would I do it in the first place?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’d point out that PTrace is terribly broken on OS X. Hopefully that article helps you sidestep the issues. You can also use mach directly to alter memory… check out how Mach_inject does it.