Issue I am having at the moment is I have a section of memory and I have an address with a set of offsets which are reliable but I am struggling to find a reliable address+offsets for an address which is always 0x60 before the address I can get reliably.
Offsets that are reliable are
Code: Select all
{0x18,0xC8,0xC,0x34,0x264,0x8},13454DE0
but I also want the value at
13454D80
Any thoughts?
--=== Edit ===--
Turns out it isn't always 0x60 before the address, so that won't work.
I'd still like to know if it's possible though just for curiosities sake.