OllyDbg
Sign in to saveOllyDbg (named after its author, Oleh Yuschuk) 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. 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
Key facts
- Software.name
- OllyDbg
- Software.logo
- Logo OllyDbg.svg
- Software.logo size
- 225px
- Software.author
- Oleh Yuschuk
- Software.developer
- Oleh Yuschuk
- Software.latest release version
- 2.01
- Software.programming language
- C
- Software.operating system
- Microsoft Windows
- Software.genre
- Debugger
- Software.license
- GPL () Freeware () Shareware ()
- Software.website
- https://www.ollydbg.de/
via Wikipedia infobox
Wikidata facts
- Official website
- www.ollydbg.de
- Image
- OllyDbg capture.png
Show 3 more facts
- software version identifier
- 2.01
- Stack Exchange tag
- stackoverflow.com/tags/ollydbg
- author name string
- Oleh Yuschuk
Sources (2)
via Wikidata · CC0
~2 min read
Article
5 sectionsContents
- License
- Reverse engineering
- Related software
- References
- External links
OllyDbg (named after its author, Oleh Yuschuk) 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. 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. As of April 2022 the development of the project has been frozen and an incomplete 64-bit version can be downloaded from the website.
==License==