OllyCallTrace
Stephen Fewer (stevefewer) <stephen_fewerharmonysecuritycom> Tuesday, October 23 2007 20:40.10 CDT


OllyCallTrace is a plugin for OllyDbg (version 1.10) to trace the call chain of a thread allowing you to monitor it for irregularities to aid in the debugging of stack based buffer overflows as well as to quickly plot the execution flow of a program you are reversing (I find this handy for quickly mapping c++ style virtual function calls when I am dead listing with IDA later on and sometimes to trace crypted/obfusticated code).



Double clicking on any Call/Return instruction in the OllyCallTrace Log window will bring you to that location in the OllyDbg disassembly window. The recorded call chain is highlighted with blue being for the main module, yellow for system modules and green for all other modules. The call chain is also displayed in a nested format to make it easier to read. All irregularities are marked in red.

You can download OllyCallTrace from here:

https://github.com/stephenfewer/OllyCallTrace


Comments
Posted: Wednesday, December 31 1969 18:00.00 CST