Jump to content
  • 0

how to use offsets


irzam21
 Share

Question

hi there everyone i am a newbie in this stage can anyone tell me that how to find that offset belongs to dword float or else also in which range  it belongs to like xa ca cd or else and how will i find the value at which offset will behave as true or false

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

[ @irzam21 ]
---

Quote

how to find that offset belongs to dword float or else

What offset you're refering to? Offset is basically a displacement to certain address, it is like 1+2=3 (address+offset=final address)
---

Quote

also in which range  it belongs to like xa ca cd or else

Depends, you need to see the address first on Memory Viewer, then see if the address is part of what memory range. Mind you, memory range is colored in game guardian to contrast the differences.
---

Quote

which offset will behave as true or false

If you're taking offset from some kind of dumper, true or false is called as bool / boolean.
---

Link to comment
Share on other sites

  • 0
15 hours ago, HEROGAMEOfficial said:

Offset is distance. Example:

A = 2

B = 8

Offset is 6.

In completion, offset can also be negative:
knowing the addresses of both
A = 2
B = 8
The distance from A to  B is 6
The distance from B to A is -6

Link to comment
Share on other sites

  • -2
On 12/31/2023 at 2:08 PM, irzam21 said:

hi there everyone i am a newbie in this stage can anyone tell me that how to find that offset belongs to dword float or else also in which range  it belongs to like xa ca cd or else and how will i find the value at which offset will behave as true or false

See on youtube " hoe use offset il2cpp"

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

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.