OllyDbg

From MultimediaWiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.