10110111 / edb-debugger

edb is a cross platform x86/x86-64 debugger.
GNU General Public License v2.0
6 stars 0 forks source link

Colored paths for taken/untaken jumps #31

Open 10110111 opened 8 years ago

10110111 commented 8 years ago

Instead of quite hard to use analysis view text "jump taken"/"jump NOT taken" (which requires the user to move look from the instruction somewhere lower, interrupting the workflow), OllyDbg has a much better option: different colors for paths of jumps. This both shows whether the jump is taken and the direction of the jump, as well as target if it's visible in current scroll area viewport.