View previous topic :: View next topic |
Author |
Message |
szcz3pan How do I cheat?
Reputation: 0
Joined: 03 Jul 2016 Posts: 3
|
Posted: Sun Jul 03, 2016 7:01 am Post subject: help offset |
|
|
Hi, I need help. What will be offset?
mov r8, [rax + rdx*8]
RAX = 4F3FD90
RDX = 00000000
R8 = 5000EBE0
Description: |
|
Filesize: |
17.43 KB |
Viewed: |
3947 Time(s) |

|
|
|
Back to top |
|
 |
cooleko Grandmaster Cheater
Reputation: 11
Joined: 04 May 2016 Posts: 717
|
Posted: Sun Jul 03, 2016 7:05 am Post subject: |
|
|
The offset is 0 because 0*8=0, that is why the suggested pointer is rax.
You should note that rax is populated by [RDI+68]
Which will be relevant to you.
|
|
Back to top |
|
 |
szcz3pan How do I cheat?
Reputation: 0
Joined: 03 Jul 2016 Posts: 3
|
Posted: Sun Jul 03, 2016 10:07 am Post subject: |
|
|
Please see what I'm doing wrong
1 - Offset ok
2 - offset not working
Description: |
|
Filesize: |
464.13 KB |
Viewed: |
3928 Time(s) |

|
|
|
Back to top |
|
 |
Zanzer I post too much
Reputation: 126
Joined: 09 Jun 2013 Posts: 3278
|
Posted: Sun Jul 03, 2016 10:29 am Post subject: |
|
|
Offset 2 is the base structure for the object containing that value of 6.
Perhaps if you explained what it is you are trying to achieve...
|
|
Back to top |
|
 |
|