| I have found a way to get the DMA address from the code (code injection), only problem is I cannot move this value to the .code section of the exe, it gives me a "Access volation" error.
I noticed that i can move this value to anywhere "After" the code section, but maby i'll overwrite some data the program needs.
Does anyone know how to write a value to the .code section? you can do this with cheat engine, or a programming language (using writeprocessmemory) to write it (it works fine) but i need to do this in asm in my code cave so i can store the DMA address into a static location. Any help? |