OllyDbg

OllyDbg
Original author(s) Oleh Yuschuk
Developer(s) Oleh Yuschuk
Stable release 2.00 / Jun 04, 2010
Preview release 2.01 alpha 4 / Aug 3, 2011
Operating system Microsoft Windows
Type Debugger
License Shareware/Freeware
Website http://www.ollydbg.de/

OllyDbg is an x86 debugger that emphasizes binary code analysis, which is useful when source code is not available. It traces registers, recognizes procedures, API calls, switches, tables, constants and strings, as well as locates routines from object files and libraries. Version 1.10 is the final 1.x release. Version 2.0 has recently been released, and OllyDbg has been rewritten from the ground up in this release. The software is free of cost, but the shareware license requires users to register with the author.[1] The current version of OllyDbg cannot always disassemble binaries compiled for 64-bit processors, though a 64-bit version of the debugger has been promised.[2]

Reverse engineering

OllyDbg is often used for reverse engineering of programs.[3] It is often used by crackers to crack software made by other developers. For cracking and reverse engineering, it is often the primary tool because of its ease of use and availability.[4] It is also useful for programmers to ensure that their program is running as intended.

References

  1. ^ Download
  2. ^ http://www.ollydbg.de/version2.html
  3. ^ Eilam, Eldad (2005). Reversing: secrets of reverse engineering. Wiley. p. 118. ISBN 9780764574818. http://books.google.com/books?id=WaNQAAAAMAAJ. Retrieved 3 May 2011. 
  4. ^ Ferguson, Justin; Kaminsky, Dan (2008). Reverse engineering code with IDA Pro. Syngress. p. 130. ISBN 9781597492379. http://books.google.com/books?id=Pas0YoxygnkC&pg=PA130. Retrieved 3 May 2011. 

External links