Posted: Sat Nov 05, 2022 1:38 pm Post subject: Cant find base address
Hi everyone!
Trying to find base address in Killing Floor 2
What im already did:
1. Trying find it with manual search.
First i take dynamic address => "find out what accesses this address" => in this step result is caused a problem - pointer points to himself (1st screenshoot). And if i try to search this value - im get 1 result without relation to previous (2nd screenshoot).
2. Trying to find with pointer scan.
Saved multiple addresses and compared results with saved pointermaps.
Search took too long (several hours) and at the end CE just not responding.
Im tryed it one more time and take some results, but not what i looked for.
1.png: I don't know what you're thinking, but that's not how pointers work.
2.png: You're searching for an 8-byte value with the 4-byte type selected.
If a pointerscan can't find anything, you probably won't be able to either. You can try code injection (search "injection copy"), but if you run into any problems (e.g. instruction accesses more than one address), you'd need to know some assembly to continue. _________________
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