Skip to content

Function tracing release (v1.1.0)

Compare
Choose a tag to compare
@simsor simsor released this 29 Mar 14:44
· 8 commits to main since this release

This release brings a new exciting feature: function tracing!

  • Add function tracing
    • Integrates with TTD's "CallRet callback" feature, allowing us to trace every call and ret instruction
    • Uses the IDA type information to pretty-print the arguments and return values
    • Can be used to quickly jump to a time position, at the time of the call or ret instruction, as well as copy the argument's address
  • Add a "full run" feature, simulating a full program execution from start to finish. Useful in conjunction with function tracing.
  • New bug: an issue appeared when using IDA 8, see the workaround