OllyDbg

OllyDbg

OllyDbg

Debug software


OllyDbg (named after its author, Oleh Yuschuk) was 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. It has a user friendly interface, and its functionality can be extended by third-party plugins. Version 1.10 is the final 1.x release. Version 2.0 was released in June 2010, and OllyDbg has been rewritten from the ground up in this release. Although the current version of OllyDbg cannot disassemble binaries compiled for 64-bit processors, a 64-bit version of the debugger has been promised.[3] As of April 2022 the development of the project has been frozen and an incomplete 64-bit version can be downloaded from the website.[4]

Quick Facts Original author(s), Developer(s) ...

License

The software is free of cost, but the shareware license of version 1.x requires users to register with the author.[5] In version 2.x, the registration requirement was dropped.[6] The source code can be purchased from the author.[7]

The disassembler part of OllyDbg is free software, released under the GNU General Public License.[8]

Reverse engineering

OllyDbg is often used for reverse engineering of programs.[9] 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; any 32-bit executable can be used by the debugger and edited in bitcode/assembly in realtime.[10] It is also useful for programmers to ensure that their program is running as intended, and for malware analysis purposes.


References

  1. "OllyDbg 2.0". www.ollydbg.de. Archived from the original on 28 July 2022. Retrieved 19 October 2022.
  2. "80x86 Assembler and Disasssembler". www.ollydbg.de. Archived from the original on 31 July 2022. Retrieved 19 October 2022.
  3. Yuschuk, Oleh. "OllyDbg 64".
  4. Yuschuk, Oleh. "OllyDbg v1.10".
  5. Yuschuk, Oleh. "Download". Archived from the original on 27 May 2012.
  6. Yuschuk, Oleh (27 September 2013), "(No) registration" (zip), OllyDbg 2.01 Brief Help
  7. Yuschuk, Oleh (27 September 2013), "Support" (zip), OllyDbg 2.01 Brief Help
  8. Ferguson, Justin; Kaminsky, Dan (2008). Reverse engineering code with IDA Pro. Syngress. p. 130. ISBN 978-1-59749-237-9.

Share this article:

This article uses material from the Wikipedia article OllyDbg, and is written by contributors. Text is available under a CC BY-SA 4.0 International License; additional terms may apply. Images, videos and audio are available under their respective licenses.