Currently I am using this(Free file hosting by Savefile.com) code to read and write memory to other processes on Mac OS X, and on Mac OS X you have to be in the group procmod or have root privileges to read or write memory. Simply put I have a program I made that I want to read parts of memory out of the WoW client and I run the program as root but I still get this error message:
Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_PROTECTION_FAILURE at address: 0x00000001
even though I am root. I was wondering if anyone here had any ideas about it. I understand that most everyone uses Windows but I was just hoping that someone might have come up against this before.