View previous topic :: View next topic |
Author |
Message |
harambe How do I cheat?
Reputation: 0
Joined: 26 Oct 2016 Posts: 3 Location: Earth
|
Posted: Wed Oct 26, 2016 4:50 pm Post subject: What does mov [edi+28],eux do? |
|
|
I have looked this up but every answer I found was irrelevant or over complicated. I understand that 'mov' copies the memory and I'm guessing '[edi+28]' is the address but I don't understand how to read it. Can someone explain to mean simply what this code does?
Thanks.
_________________
Eh |
|
Back to top |
|
 |
Zanzer I post too much
Reputation: 126
Joined: 09 Jun 2013 Posts: 3278
|
Posted: Wed Oct 26, 2016 4:59 pm Post subject: |
|
|
Well, if EUX was a correctly spelled register, it would contain some value.
You then take the value in EDI and add it to a hex 0x28.
Now you use that value as an address and copy EUX into it.
|
|
Back to top |
|
 |
harambe How do I cheat?
Reputation: 0
Joined: 26 Oct 2016 Posts: 3 Location: Earth
|
Posted: Wed Oct 26, 2016 5:11 pm Post subject: |
|
|
Zanzer wrote: | Well, if EUX was a correctly spelled register, it would contain some value.
You then take the value in EDI and add it to a hex 0x28.
Now you use that value as an address and copy EUX into it. |
Thanks for the fast reply I understand that now. But how would you view the values of EUX and EDI within cheat engine? Is it somewhere in the memory view?
_________________
Eh |
|
Back to top |
|
 |
STN I post too much
Reputation: 43
Joined: 09 Nov 2005 Posts: 2676
|
Posted: Wed Oct 26, 2016 5:25 pm Post subject: |
|
|
You set a breakpoint on mov [edi+28],eux, when it hits you can view the contents of them.
This is so basic stuffm you should really do the cheat engine tutorial, it covers everything well. Help > Cheat Engine Tutorial
_________________
|
|
Back to top |
|
 |
harambe How do I cheat?
Reputation: 0
Joined: 26 Oct 2016 Posts: 3 Location: Earth
|
Posted: Wed Oct 26, 2016 5:37 pm Post subject: |
|
|
STN wrote: | You set a breakpoint on mov [edi+28],eux, when it hits you can view the contents of them.
This is so basic stuffm you should really do the cheat engine tutorial, it covers everything well. Help > Cheat Engine Tutorial |
Ah I hadn't realised CE had a built in tutorial, I have just been relying on youtube videos and the tutorials on the forum. Thanks for the info!
_________________
Eh |
|
Back to top |
|
 |
STN I post too much
Reputation: 43
Joined: 09 Nov 2005 Posts: 2676
|
Posted: Wed Oct 26, 2016 6:43 pm Post subject: |
|
|
Anything for harambe!
_________________
|
|
Back to top |
|
 |
Zanzer I post too much
Reputation: 126
Joined: 09 Jun 2013 Posts: 3278
|
Posted: Wed Oct 26, 2016 7:32 pm Post subject: |
|
|
Keep it in your pants!
|
|
Back to top |
|
 |
|