Posted: Fri Feb 11, 2011 8:03 am Post subject: [Help]Find Adress
Is it possible to find one adress using another?
Ex: I want to find an adress of one item that recovers HP, I already have the HP adress, is it possible to find the item adress using HP adress?
Thanks
Yes You can if You backtrace the process of healing, You will obviously arrive to the point when the item is used and You can see where it is stored. However this can be troublesome without knowing what is backtracing , debugging etc.
On the other hand, searching for the structure may work too.
And You can also try searching for numbers in the memory region which is close to Your structure.
For example if Your player structure is starting on 06789800, then I would try to search in 06000000-07000000 memory region as there is about 70% chance that the value that You are looking for will be there. _________________
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum