Jump to content

Memory Reading (urgent)


Marlo
 Share

Recommended Posts

I am using NomadMemory to read memory from a game and it works fine but theres a vlaue that is stored on a dynamic address (changes every login) so i need autoit to somehow re-find this value every restart, how would i go about doing this?

Find what accesses that address, it will be something like

mov eax,[esi+000000A8]

Break on that opcode and find the value of ESI, then scan for an address containing the value that was held in ESI.

ESI == 00405555

Scan for an address containing the value "00405555"

Lets say you get 1 result and its "00402323"

00402323 would be your pointer address and 000000A8 would be the offset.

402323+A8

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...