zero318 / ollydbg-backup

OllyDbg v1.10 / v2.01 backup plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

OllyDbg v1.10 / v2.01 backup plugin


Languages

Language:C 99.9%Language:Makefile 0.1%