Search code examples
debuggingassemblyreverse-engineeringdisassemblyollydbg

ollydbg opcode trace


Is there a way to save a trace of the opcode that is being executed (and not the command)? I want to compare different trace runs, and using opcode trace (and not the evaluated commands) would give more reliable results


Solution

  • yes you can

    view > Run trace

    in Run trace window right click and select Log to file

    choose a file name.

    until you tracing your file will complete.