View Single Post
  #7 (permalink)  
Old 09-09-2007, 08:05 AM
GoofyHTS GoofyHTS is offline
Novice
Join Date: Aug 2007
Posts: 5
iTrader: (0)
GoofyHTS is on a distinguished road
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?

__________________

Digg this Post! Del.Icio.Us this Post! Technorati this Post! Furl this Post! Mister Wong this Post! Newsvine this Post! Spurl this Post! Reddit this Post! Netscape this Post!
Reply With Quote