Merlini Advanced Cheater
Reputation: 2
Joined: 12 Jun 2016 Posts: 53
|
Posted: Sat Oct 08, 2016 11:42 pm Post subject: Rebasing Dissect Data/Structure |
|
|
There are occasions to do negative offsets on
dissect data/structure so I can see what's above my pointer.
Sometimes it's convenient to get negative offsets, so I can make
other addresses based on my original pointer.
e.g.
[p0]-1fc = mana (Shows up as offset 4)
[p0]-5f = location (Shows up as offset 1A1)
etc.
As it is now, to calculate location from my original pointer,
I would have to do -200-(-1A1) = -5f.
I know this is trivial task to do on a calculator, but still,
after doing like 100 of those little calculations, it gets tiring.
Would it be possible to rebase the structure dissect so I can
put the "origin" address where I want?
Thank you.
Description: |
|
Filesize: |
12.81 KB |
Viewed: |
3791 Time(s) |

|
|
|