Questions about this topic? Sign up to ask in the talk tab.

Difference between revisions of "OllyDBG"

From NetSec
Jump to: navigation, search
 
Line 1: Line 1:
 
<br />
 
<br />
 
<p>OllyDBG is an x86 program used for userland (ring 3) debugging of applications. Though in recent years it's purpose has slowly changed to a primarily reverse engineering nature. OllyDBG is used very often in reversing maleware, applications, and even windows DLLs.</p>
 
<p>OllyDBG is an x86 program used for userland (ring 3) debugging of applications. Though in recent years it's purpose has slowly changed to a primarily reverse engineering nature. OllyDBG is used very often in reversing maleware, applications, and even windows DLLs.</p>
 +
<p>From the OllyDBG website:<br /><blockquote>OllyDbg is a 32-bit assembler level analysing debugger for Microsoft® Windows®. Emphasis on binary code analysis makes it particularly useful in cases where source is unavailable. OllyDbg is a shareware, but you can download and use it for free.</blockquote></p>
 +
 +
 +
<h2>references</h2>
 +
[http://www.ollydbg.de/ OllyDBG site]

Latest revision as of 00:46, 13 July 2012


OllyDBG is an x86 program used for userland (ring 3) debugging of applications. Though in recent years it's purpose has slowly changed to a primarily reverse engineering nature. OllyDBG is used very often in reversing maleware, applications, and even windows DLLs.

From the OllyDBG website:

OllyDbg is a 32-bit assembler level analysing debugger for Microsoft® Windows®. Emphasis on binary code analysis makes it particularly useful in cases where source is unavailable. OllyDbg is a shareware, but you can download and use it for free.


references

OllyDBG site