Changing Memory Values (Mac)?

Hello,

I am writing a trainer for a flash game, but I'm a little confused. Every single function/tutorial I looked at uses windows.h dependencies, which obviously isn't available on Mac. Are there any ways to select a process ID and edit a certain address's value?
closed account (Dy7SLyTq)
/proc i think
If you want to change another process' memory you may use shared memory. It allows mapping of some piecees of memory into the address space of multiple simultaneously running processes. See shmat(2) and others.
@DTSCode
What's that?
If you tell me about a function, please give an example :)
closed account (Dy7SLyTq)
its not a function its a pseudo *nix folder
You may try and use Custom USB drives for this at http://www.usbpromos.com/

This might help you.

Thanks
Topic archived. No new replies allowed.