ecc72 How do I cheat?
Reputation: 0
Joined: 25 Feb 2022 Posts: 3
|
Posted: Sat Feb 26, 2022 9:43 am Post subject: Why are the pointer with multi offsets change all the time |
|
|
I get a pointer of a value that I want to read. It has a few offset from a dll file. I have tested it, and I can access the right value by it after reboot system.
address4 + offset = the value
address3 + offset = address 4
address2 + offset = address3
address1 + offset = address2
xxx.dll + offset1 = address1
However, the address2,3,4 are changing all the time. Even sometimes, they can't be read, which result that the value I want will disappear every few seconds.
I'm not sure if it is a normal situation. I have make it a python script. Of course, it will fail sometimes when address2, address3, address4 couldnt' be read.
|
|