OllyDbg

From MultimediaWiki
Jump to navigation Jump to search

OllyDbg is a shareware analysing debugger for Windows. Emphasis on binary code analysis makes it particularly useful in cases where source is unavailable. The debugger is really brilliant and together with some plugins OllyDbg really shines.

Basic usage

The main advantage with a debugger is that you can see and poke in running code. To get the target running, a mingw compiled mplayer on windows can be used. Now just use OllyDbg and its excellent breakpoint capabilities to look at the code.