03-27-2012, 02:34 AM
(This post was last modified: 03-27-2012, 02:34 AM by AceInfinity.)
It's a start, you'd need to know what to look for in memory though and how to find it which is unfortunately where this thread i've posted cuts it short lol. That's a whole new story as well, and I would hope whoever uses this project to assist them in writing to memory would make that part bulletproof as there is potential to damage your system if you do something wrong. Best to read back where you're writing to, and not actually write the data to that address until you're sure it's the proper location. That's what I would do, comment out the WriteProcessMemory and see what your data address is if you're finding a spot in memory dynamically.
I still need to do that... But I have my eye on a new API which should help me read regions in memory.
I still need to do that... But I have my eye on a new API which should help me read regions in memory.