How do i get the registry value from autoassembler?

Memory scanning, code injection, debugger internals and other gamemodding related discussion
Post Reply
SUPERNOVA9
Noobzor
Noobzor
Posts: 9
Joined: Sat Oct 15, 2022 4:28 pm
Reputation: 0

How do i get the registry value from autoassembler?

Post by SUPERNOVA9 »

Hi, i have found a flag, address of that flag gets changed every death in the game but the address of the instruction that changes that flag doesnt. So what i did, i made a aob scan for that instruction

and the flag is stored under [rbx+000011CC] and rbx is popped after that instruction. How do i get the value of that from a autoassembler script?

Starcraster
Cheater
Cheater
Posts: 31
Joined: Thu May 19, 2022 11:36 am
Reputation: 28

Re: How do i get the registry value from autoassembler?

Post by Starcraster »

Create a pointer.

Code: Select all

alloc(ptr,4)
registersymbol(ptr)

aob scan here

aobscan:
  mov [ptr],rbx
Then you use the Add address manually button and create a pointer using ptr as base address and 11CC as an offset.

Post Reply

Who is online

Users browsing this forum: No registered users