Posted: Sun Sep 22, 2019 3:12 pm Post subject: hey guys.what you will do if you can't find the address you
hey guys.what you will do if you can't find the address you want?
not online games.
i only know methods learnerd from tutorials,so are there more tricks help us finding the right address?
Look for related values and structures to see if I can find it indirectly and look for tables/trainers to get hints on variable type if not the value itself to see if it's something other than what I expected (eg. money * 1000 instead of 100, though something that simple is usually found with an initial unknown scan) _________________
Posted: Tue Sep 24, 2019 2:04 am Post subject: Re: hey guys.what you will do if you can't find the address
good1uck wrote:
hey guys.what you will do if you can't find the address you want?
not online games.
i only know methods learnerd from tutorials,so are there more tricks help us finding the right address?
Look for patterns in unknown values.
I usually start with scanning for unknown 4-byte values and then, either:
- look for values that change whenever the value you look for changes.
- look for values that change constantly, periodically (this might also be the pointer to the value; depends on implementation).
These are best done in a small, confined area (a training level?) to minimize the number of values you'll find.
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