From d570441446825f53c47d07c2892e96b56d32029b Mon Sep 17 00:00:00 2001 From: filinpavel Date: Wed, 1 Oct 2014 09:33:56 +0700 Subject: [PATCH] Create ollydbg.md Added Notes, Help text and Links --- tools/ollydbg.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 tools/ollydbg.md diff --git a/tools/ollydbg.md b/tools/ollydbg.md new file mode 100644 index 0000000..74a0135 --- /dev/null +++ b/tools/ollydbg.md @@ -0,0 +1,33 @@ +# OllyDbg + +Notes +------- +OllyDbg is an x86 debugger that emphasizes binary code analysis, which is useful when source code is not available. + +Help Text +------- +OllyDbg is a GII tool. + +* Intuitive user interface, no cryptical commands +* Code analysis - traces registers, recognizes procedures, loops, API calls, switches, tables, constants and strings +* Directly loads and debugs DLLs +* Object file scanning - locates routines from object files and libraries +* Allows for user-defined labels, comments and function descriptions +* Understands debugging information in Borland® format +* Saves patches between sessions, writes them back to executable file and updates fixups +* Open architecture - many third-party plugins are available +* No installation - no trash in registry or system directories + +Example Usage +------- + + +``` + +``` + +Links +------- +[Official site](http://www.ollydbg.de/) + +[OllyDbg mod with Python plugins](http://www.immunitysec.com/products-immdbg.shtml)