everytime at the same kinda adress after restart I get here and stuck.
It finds 28k+ adresses. Is there anyway to not check all of this manually ?
I am trying to find the pointer.
scan.PNG
Description:
Filesize:
61.92 KB
Viewed:
1081 Time(s)
Last edited by Devilisious on Sat Apr 24, 2021 8:28 pm; edited 1 time in total
You'll need to increase the max level (i.e. >9) and maybe max offset.
I just noticed those offsets you're getting are a little weird. On further inspection, you appear to be scanning using a 4-byte value type in a 64-bit process where pointers are 8 bytes. This almost certainly isn't what you want to do.
There are some targets where good pointer paths are hard to find. Personal anecdote: I tracked down a pointer path's base address to an immediate in an instruction in some JIT-compiled game. Try code injection instead (search "injection copy"). _________________
I don't know where I'm going, but I'll figure it out when I get 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