Posted: Sat Aug 27, 2022 7:09 pm Post subject: Two Addresses Share Same Offset??
I am working on hacking a game and found a bunch of pointers for a value. I have moved on to finding pointers for another value, and when I look at the offset it is the same as the first value. Is this even possible? I tried to get pointers for it, thinking maybe because its a different address it may work. Nope. No pointers found because they have the same offset. How can I find pointers to memory location if they share the same offset?
There's nothing special about offsets. e.g. two different instances of the same structure can have the same final offset(s).
Given two pointer paths, if all the offsets are the same and they share the same base address, then they are the same pointer path and they will point to the same address. This might happen if you find an "item under cursor" pointer for example. _________________
I don't know where I'm going, but I'll figure it out when I get there.
I am working on finding pointers to ammo in Doom. I found pistol ammo pointers without issue. I am now working on shotgun ammo. The shotgun ammo is at a different address but has the same offset value as the pistol ammo.
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