Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.14 KB

README.md

File metadata and controls

27 lines (19 loc) · 1.14 KB

OllyDbg v1.10 / v2.01 backup plugin

ollydbg-backup for OllyDbg v1.10 ollydbg-backup for OllyDbg v2.01

Download latest hybrid (v1.10 & v2.01) binary release: backup.dll

NOTE: The latest release depends on Microsoft Visual C++ 2010 Redistributable Package. Get it for x86 or x64 Windows.

This simple plugin allows saving the loaded executable labels and comments to a CSV file and later loading them back in. You can store, share, modify and merge your notes with ease and never lose your notes because OllyDbg flipped and threw them all out (it can happen).

The CSV file structure is as follows:

RVA,label,comment

Output files are compatible with more feature rich pyudd which was the inspiration for this plugin. Kudos to libcsv for easy to use CSV library for the C programming language.

pyudd - http://code.google.com/p/pyudd/
libcsv - http://sourceforge.net/projects/libcsv/