Page 1 of 1

disambler address show type 00543453 - > pinbal.exe+57ab7

Posted: Fri Aug 21, 2009 5:42 am
by aasi888
Cheat Engine:
I want to see the adresses like this pinbal.exe+57ab7 how can i change the format. I always forget how to do that :/.

Re: disambler address show type 00543453 - > pinbal.exe+57ab7

Posted: Fri Aug 21, 2009 12:23 pm
by Administrator
If you can get the process origin, you can simply subtract. address - origin = module.exe + offset. This will only work for static (green) addresses. Dynamic addresses (black) move around and have no relation to the module entry point. By default, the address will show in the format you described whenever you double-click on it in the address list at the bottom of the screen (when possible).

Re: disambler address show type 00543453 - > pinbal.exe+57ab7

Posted: Fri Aug 21, 2009 3:34 pm
by aasi888
Thx for help. I found a way. ctrl +m in disambler.

Image

Image

Re: disambler address show type 00543453 - > pinbal.exe+57ab7

Posted: Sat Aug 22, 2009 7:33 am
by 3cmSailorfuku
Administrator wrote:If you can get the process origin, you can simply subtract. address - origin = module.exe + offset. This will only work for static (green) addresses. Dynamic addresses (black) move around and have no relation to the module entry point. By default, the address will show in the format you described whenever you double-click on it in the address list at the bottom of the screen (when possible).
The EP however always stay the same (Since it's unlikeable that a game actually initializes anything before 40000) so you can pretty much save yourself from doing ctrl+m and just add it.