| View previous topic :: View next topic |
| Author |
Message |
gid2525 Expert Cheater
Reputation: 2
Joined: 21 Oct 2013 Posts: 101
|
Posted: Thu Dec 24, 2020 3:47 pm Post subject: Disassembly Window not displaying code properly |
|
|
Hi, so I am reversing a trainer option for a trainer I found (for help with making a table) and I have an issue. So I see the original code:
Then I press the option on the trainer and it changes to a jump:
so far so good, so I follow the jump and get this jibberish:
Anyway to make it display properly? I need to check out what its doing.
Thanks!
|
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25807 Location: The netherlands
|
Posted: Thu Dec 24, 2020 4:23 pm Post subject: |
|
|
check the protection of that memory. If it's set as not-executable it may only get decrypted when executed and reencrypts itself on exit
_________________
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 |
|
 |
gid2525 Expert Cheater
Reputation: 2
Joined: 21 Oct 2013 Posts: 101
|
Posted: Thu Dec 24, 2020 8:45 pm Post subject: |
|
|
| Dark Byte wrote: | | check the protection of that memory. If it's set as not-executable it may only get decrypted when executed and reencrypts itself on exit |
I don't think its encrypted cause farther down a different trainer option uses some code and its fine. Anyway, I went to the address in the memory viewer and it says:
|
|
| Back to top |
|
 |
MMM-304 Expert Cheater
Reputation: 0
Joined: 17 Aug 2020 Posts: 170 Location: Milkey Way
|
Posted: Fri Dec 25, 2020 4:30 am Post subject: |
|
|
did you do anything like:
| Code: |
newmem:
dd yourMem
dd blabla
|
and then forgot to skip this portion
another possible reason is that you might be using opcodes that are still not implemented in CE
|
|
| Back to top |
|
 |
Csimbi I post too much
Reputation: 97
Joined: 14 Jul 2007 Posts: 3327
|
Posted: Fri Dec 25, 2020 5:53 am Post subject: |
|
|
| gid2525 wrote: | | Hi, so I am reversing a trainer option for a trainer I found |
Did you try SunBeam's Competition Adjuster?
That was the best in class a few years back.
|
|
| Back to top |
|
 |
gid2525 Expert Cheater
Reputation: 2
Joined: 21 Oct 2013 Posts: 101
|
Posted: Fri Dec 25, 2020 10:01 am Post subject: |
|
|
| MMM-304 wrote: | did you do anything like:
| Code: |
newmem:
dd yourMem
dd blabla
|
and then forgot to skip this portion
another possible reason is that you might be using opcodes that are still not implemented in CE |
Not sure what/how the trainer option was set up so its possible. Certainly some of the jumps look sloppy so its possible the person who did the trainer was sloppy and the code is slightly jacked up. Was just wondering since its NOT encrypted (found several of the other options in the trainer and the opcodes look fine) if there was a way to fix the "view." The trainer option thats showing this code WORKS in the game so I'm assuming it has something to do with the view or there is some added sloppy stuff thats jacking up the code view...
|
|
| Back to top |
|
 |
panraven Grandmaster Cheater
Reputation: 62
Joined: 01 Oct 2008 Posts: 958
|
|
| Back to top |
|
 |
|