Posted: Wed Feb 26, 2014 9:26 am Post subject: Search a dynamic memory region
Hello,
I want to search a specefic Memory Region for a specific value
The problem is, that i have to restart the game in order to change the value so the memory region is located somewhere else
Is it possible to search let's say from a start address to an offset and align the results to the start address instead of Imagebase?
feel free to ask if you don't understand what i mean (i know that my englis is not very good)
Joined: 09 May 2003 Posts: 25804 Location: The netherlands
Posted: Wed Feb 26, 2014 9:45 am Post subject:
It's not really what you want, but you can set the start and stop address that is scanned manually.
e.g:
start=start of the object
stop=start+offset
Then do a scan. The results will be within that range.
You have to manually subtract the start address from each address in the list to get the relative address though _________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping
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