|
I have a memory offset for a process, but I want to access that memory from my own process. How would I (1) convert the offset to be able to use it from my program, and (2) use that real memory location in my program.
Keep in mind that I don't want to force a library into the other program, I just want to be able to modify its memory from my program.
|