Hi guys, I'm currently trying to find a base address for The Stomping Land but when trying to "find out what writes to this address" or "find out what accesses this address", I receive the same dynamic address that I already have. It seems that the problem is that I'm receiving a negative offset. Does anybody know how I can work around this?
When trying to find what writes to the address of 342DB8D8, I receive:
Code:
003B8621 - 88 44 2F FF - mov [edi+ebp-01],al
Code:
The value of the pointer needed to find this address is probably 342DB8D8
However, this is the original dynamic address, not the static address.
Is there any way to work around the negative [edi+ebp-01] so that I can receive a positive offset and find the static address?
I would really appreciate assistance with this as this has been puzzling me for days. I can normally find a static address that has a positive offset, but when it comes to negative offsets, I have no idea what to do and most tutorials I have read don't seem to work.
I look forward to hearing back from someone.
Regards, BloodDrag0n