| View previous topic :: View next topic |
| Author |
Message |
Sanglante Cheater
Reputation: 0
Joined: 27 Sep 2018 Posts: 43
|
Posted: Mon Jan 14, 2019 7:11 am Post subject: Trace Ebp |
|
|
I change my code here.
Moving value i want to esi.
But is it possible to know what as write the value in [ebp-18]
or change directly the ebp ? with a mov ?
| Description: |
|
| Filesize: |
22.63 KB |
| Viewed: |
4361 Time(s) |

|
|
|
| Back to top |
|
 |
OldCheatEngineUser Whateven rank
Reputation: 20
Joined: 01 Feb 2016 Posts: 1586
|
Posted: Mon Jan 14, 2019 8:00 am Post subject: |
|
|
yes, possible to know where ebp-18 get changed.
yes, possible to write ebp-18 with a mov instruction.
_________________
About Me;
I Use CE Since Version 1.X, And Still Learning How To Use It Well!
Jul 26, 2020
| STN wrote: | | i am a sweetheart. |
|
|
| Back to top |
|
 |
Sanglante Cheater
Reputation: 0
Joined: 27 Sep 2018 Posts: 43
|
Posted: Mon Jan 14, 2019 10:33 am Post subject: |
|
|
| OldCheatEngineUser wrote: | | yes, possible to know where ebp-18 get changed. |
so... any clue .... lol
|
|
| Back to top |
|
 |
OldCheatEngineUser Whateven rank
Reputation: 20
Joined: 01 Feb 2016 Posts: 1586
|
Posted: Mon Jan 14, 2019 1:52 pm Post subject: |
|
|
many possible ways .. but since its ebp-18 then there is a call to another subroutine were actual values were pushed. (maybe 2 calls or so)
_________________
About Me;
I Use CE Since Version 1.X, And Still Learning How To Use It Well!
Jul 26, 2020
| STN wrote: | | i am a sweetheart. |
|
|
| Back to top |
|
 |
Sanglante Cheater
Reputation: 0
Joined: 27 Sep 2018 Posts: 43
|
Posted: Mon Jan 14, 2019 1:59 pm Post subject: |
|
|
| you suggest me to trace my code earlier to find it ?
|
|
| Back to top |
|
 |
OldCheatEngineUser Whateven rank
Reputation: 20
Joined: 01 Feb 2016 Posts: 1586
|
Posted: Mon Jan 14, 2019 2:06 pm Post subject: |
|
|
| Sanglante wrote: | | you suggest me to trace my code earlier to find it ? |
find a call nearby, usually above the lines you posted.
alternatively, find the beginning of the current function and use "break and trace" but make sure you change the trace count.
_________________
About Me;
I Use CE Since Version 1.X, And Still Learning How To Use It Well!
Jul 26, 2020
| STN wrote: | | i am a sweetheart. |
|
|
| Back to top |
|
 |
|