Joined: 03 Jan 2012 Posts: 841 Location: Maryland, United States
Posted: Tue Jan 16, 2024 5:59 pm Post subject: How can I use a label as a baseaddr for pointer scan?
I have a label called pItem that is a label that contains the address of the current item I have selected. I want to pointer scan to something that I can't really find a direct reference to in the code, it seems to be associated with the item via the heap or something (the game calls them item stats and is contained in some kind of linked list).
I want to use pItem as the starting point of the pointer scan, and have it look for anything +0x1000 from there, and then do the normal pointer scan for the address. Right now, I'm dereferencing pItem and copying it into 'Base address must be in spefific range' field.
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