Page 1 of 1

3 digit offset (im a noob)

Posted: Sat Dec 05, 2020 3:57 am
by Poosay Hunta
I ran into this when checking out the disassemble.

[rbx+00000D54]

In tut step 8 (of cheat engine tutorial)
The video i was watching explains how we can continue to narrow down the offsets of a multi-pointer address. He writes 0x0"address here"0-18 (-18 offset). I am wondering how i can write the offset D54 when trying to subtract that from the next value i want to narrow down.

Re: 3 digit offset (im a noob)

Posted: Sat Dec 05, 2020 12:15 pm
by AddictedToCodes
Poosay Hunta wrote:
Sat Dec 05, 2020 3:57 am
I ran into this when checking out the disassemble.

[rbx+00000D54]

In tut step 8 (of cheat engine tutorial)
The video i was watching explains how we can continue to narrow down the offsets of a multi-pointer address. He writes 0x0"address here"0-18 (-18 offset). I am wondering how i can write the offset D54 when trying to subtract that from the next value i want to narrow down.
Tutorial has "rbx"?

Re: 3 digit offset (im a noob)

Posted: Fri Dec 11, 2020 10:22 am
by Chiados
AddictedToCodes wrote:
Sat Dec 05, 2020 12:15 pm
Poosay Hunta wrote:
Sat Dec 05, 2020 3:57 am
I ran into this when checking out the disassemble.

[rbx+00000D54]

In tut step 8 (of cheat engine tutorial)
The video i was watching explains how we can continue to narrow down the offsets of a multi-pointer address. He writes 0x0"address here"0-18 (-18 offset). I am wondering how i can write the offset D54 when trying to subtract that from the next value i want to narrow down.
Tutorial has "rbx"?
Theres two different tutorial versions. x32 and x64. Each vary slightly.