well as the titlesays , how can i find a DMAadress that , everytime i logout from the game session , everytime i do anything it change adress?(using CE)
yeah , i tryed to search and i didnt found anything so , i read alot things on the internet on about finding these , so i did this only to make sure this is the correct way ;
load the Ce int othe game u want , bla bla, find the adress u want , for an example , an Y coordinate ( coordinate responsable for UP coordinate)
i found it , it is a Foat adress , means that it has 20.09~~~~ , after i reading all these things on the Inet , i found that, to find a DMA , or wth its , u need to select " finding what writes to thhis adress", so afteru move , will appear some things on the box , u open it and it will give something like
Code:
EAX=00000000
EBX=00000001
ECX=00000000
EDX=00000113
ESI=00000200
EDI=00000000
EBP=0007FDB4
ESP=0007FD64
EIP=01002FFB
Probable base pointer =0100579C
01002fe9 - cmp [0100579c],000003e7
01002ff3 - jnl 01003007
------>>01002ff5 - inc [000Ec]
01002ffb - call 010028b5
01003000 - push 01
as u can see that arrow is pointing towards a possible pointer that is responsable for the Y coordinate, ok , u copy it , paste on note pad or so , and copy this pointers cuz it sayd that can might be the pointer responsable for the y coordinate ( Probable base pointer =0100579C)
so u copy the adress , put on 4 bytes and search for that adress , and it will give u TONS of addres( depending on the game ) , and it start all over agai n, so , is that right ? am imdoing everything right to find my DMA adress, so i can hook it and make a flyhack?
Tyvm , waiting for RE messages , gl good haking!.