kino0924 How do I cheat?
Reputation: 0
Joined: 01 Jan 2020 Posts: 1
|
Posted: Wed Jan 01, 2020 7:05 am Post subject: Debugger tracing question. |
|
|
Hello and happy new year.
I am trying to find a trace function within CE debugger.
This function exists in ollydbg or x64dbg and very useful for debugging perforce.
What it does is that, from Point A to Point B, I can log all the instructions that got executed.
I set BP on Point A, when it breaks on Point A, set bp on Point B and run trace function.
It will log entire instructions until I break into Point B.
I really want to achieve same thing with CE debugger
Some people may ask to just use ollydbg or x64dbg but the themida is giving me a big headache to attach with those debuggers.
All I want to achieve is to log asm instructions and its addresses between Point A to Point B
So, if anyone know similar way to achieve with CE, please help me!
|
|