View previous topic :: View next topic |
Author |
Message |
TPRammus Advanced Cheater
Reputation: 0
Joined: 05 Jan 2016 Posts: 61 Location: Germany
|
Posted: Sat Jun 04, 2016 3:48 pm Post subject: (Dissect data/structures) alternative addresses (?) |
|
|
Hey!
Till now, I opened the ce debugger to see something like this [ebx+2C] (ebx = 1234002C) and used it in the "Dissect data/stuctures"-Tool (like this 1234002C-2C). But today I noticed that [ebx+??] equals the address.
So could I type 12340000 instead of 1234002C-2C?
regards, TPRammus
EDIT: Woops brain.exe stopped working I forgot that you have to use instead of this the ebx value or the address minus the second part of the instruction (which is basically the same, right?). (address: 1234002C, ebx: 12340000, instruction: [ebx+2C])
Last edited by TPRammus on Sat Jun 04, 2016 4:00 pm; edited 3 times in total |
|
Back to top |
|
 |
hhhuut Grandmaster Cheater
Reputation: 6
Joined: 08 Feb 2015 Posts: 607
|
Posted: Sat Jun 04, 2016 3:54 pm Post subject: |
|
|
Short version: Yes.
|
|
Back to top |
|
 |
TPRammus Advanced Cheater
Reputation: 0
Joined: 05 Jan 2016 Posts: 61 Location: Germany
|
Posted: Sat Jun 04, 2016 3:59 pm Post subject: |
|
|
hhhuut wrote: | Short version: Yes. |
Is my edit right?
|
|
Back to top |
|
 |
hhhuut Grandmaster Cheater
Reputation: 6
Joined: 08 Feb 2015 Posts: 607
|
Posted: Sat Jun 04, 2016 4:02 pm Post subject: |
|
|
Yes, it's the same.
ebx ist the base of your structure while "2C" is the offset so that the program knows which value of the structure to read.
|
|
Back to top |
|
 |
TPRammus Advanced Cheater
Reputation: 0
Joined: 05 Jan 2016 Posts: 61 Location: Germany
|
Posted: Sat Jun 04, 2016 4:08 pm Post subject: Thanks |
|
|
Thank you :)
|
|
Back to top |
|
 |
|