| View previous topic :: View next topic |
| Author |
Message |
Rexkh Newbie cheater
Reputation: 0
Joined: 04 Feb 2020 Posts: 18
|
Posted: Thu Feb 06, 2020 3:16 am Post subject: What change EDI value? |
|
|
StateOfDecay.exe+106ED7A - lea ebx,[ebx+00000000]
StateOfDecay.exe+106ED80 - mov eax,[edi+StateOfDecay.exe+1571098]
I set Break and Trace with condition (EDI==0x48) on the second line and the condition meet.
Then I set Break and Trace with the same condition (EDI==0x48) on the first line but the condition does not meet.
The first code does not seem to have anything to do with EDI so what change EDI value
|
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25807 Location: The netherlands
|
Posted: Thu Feb 06, 2020 4:11 am Post subject: |
|
|
perhaps the first line never gets executed and the second line gets jumped to from somewhere else
also, perhaps the start address is different, and it doesn't start at StateOfDecay.exe+106ED7A but at StateOfDecay.exe+106ED79 or StateOfDecay.exe+106ED7B or somewhere around there
( lea ebx,[ebx+00000000] does nothing )
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
| Back to top |
|
 |
Rexkh Newbie cheater
Reputation: 0
Joined: 04 Feb 2020 Posts: 18
|
Posted: Thu Feb 06, 2020 4:17 am Post subject: |
|
|
| Did you mean that a code somewhere jump in the second line? Is it possible to jump in the middle of a function? How can I find what jump?
|
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25807 Location: The netherlands
|
Posted: Thu Feb 06, 2020 4:52 am Post subject: |
|
|
use dissect code and let it run
once it's done it will show the references
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
| Back to top |
|
 |
Rexkh Newbie cheater
Reputation: 0
Joined: 04 Feb 2020 Posts: 18
|
Posted: Thu Feb 06, 2020 4:56 am Post subject: |
|
|
| Not sure how to do that. Can you give the detail please?
|
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25807 Location: The netherlands
|
Posted: Thu Feb 06, 2020 5:40 am Post subject: |
|
|
tools- dissect code
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
| Back to top |
|
 |
Rexkh Newbie cheater
Reputation: 0
Joined: 04 Feb 2020 Posts: 18
|
Posted: Thu Feb 06, 2020 5:50 am Post subject: |
|
|
| It took about 3 minutes and showed how many String references, Conditional Jumps, Unconditional Jumps and Calls. What next?
|
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25807 Location: The netherlands
|
Posted: Thu Feb 06, 2020 9:17 am Post subject: |
|
|
the assembler screen will show the references
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
| Back to top |
|
 |
Rexkh Newbie cheater
Reputation: 0
Joined: 04 Feb 2020 Posts: 18
|
Posted: Thu Feb 06, 2020 9:25 am Post subject: |
|
|
| It's only tell the number of those 5 things. Excuse me, how those number help to find what jump in the code?
|
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25807 Location: The netherlands
|
Posted: Thu Feb 06, 2020 10:13 am Post subject: |
|
|
the location that they jump to is imprtant to figure out if the code is executed or not
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
| Back to top |
|
 |
Rexkh Newbie cheater
Reputation: 0
Joined: 04 Feb 2020 Posts: 18
|
Posted: Thu Feb 06, 2020 7:27 pm Post subject: |
|
|
| May be I miss something? Dissect Code only scan for statistic. It only show how many of Condition/Uncondition Jump etc. Can those number tell you what jump to where?
|
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25807 Location: The netherlands
|
Posted: Fri Feb 07, 2020 1:16 am Post subject: |
|
|
once it's done the disassembler shows more info
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
| Back to top |
|
 |
|