mucho How do I cheat?
Reputation: 0
Joined: 04 Oct 2013 Posts: 1
|
Posted: Fri Oct 04, 2013 9:43 am Post subject: help for basepointer search for dll data on a x64 |
|
|
Hi,
i was able to find data and dyn pointers for a game called GTR2
created by DLL on a win32 system.
Now working on an x64 win7 this does not work.
The EXE of the game and the loaded DLL are the same.
Trying to find the new base pointer are going nowhere.
I am finding the values, written by the DLL.
CE finds the code part which writes the values.
Offset are the same to that on 32bit system.
But the search for the basepointer finds only unstable adresses.
The Basepointer was located on the 32bit system at 0x10038000
Does have anybody a clue how to move on?
|
|