OllyDbg: Difference between revisions

From MultimediaWiki
Jump to navigation Jump to search
m (OllyDbg1 moved to OllyDbg)
(Adding some info)
 
Line 1: Line 1:
* Website: [http://www.ollydbg.de/ http://www.ollydbg.de/]
* Website: [http://www.ollydbg.de/ http://www.ollydbg.de/]
* Plugins: [http://www.openrce.org/downloads/browse/OllyDbg_Plugins http://www.openrce.org/downloads/browse/OllyDbg_Plugins]
* Mingw Mplayer: [http://www1.mplayerhq.hu/MPlayer/releases/win32/ http://www1.mplayerhq.hu/MPlayer/releases/win32/]


OllyDbg is a shareware analysing debugger for Windows. Emphasis on binary code analysis makes it particularly useful in cases where source is unavailable.
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.


[[Category: RE Tools]]
[[Category: RE Tools]]

Latest revision as of 12:36, 20 February 2006

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.