OverviewThis plugin is process memory dumper for OllyDbg and Immunity Debugger.
Very simple overview:OllyDumpEx = OllyDump + PE Dumper - obsoleted + useful features
Features
OllyDbg version 2 plugin interface supported
Select to dump debugee exe, loaded dll or non-listed module
Search MZ/PE Signature from memory
Multiple Dump mode. Rebuild for typical PE dump, Binary for PE Carving
PE32+ supported (Search and Binary Dump mode only)
Dump any address space as section even if not in original section header
Add dummy section to keep PE format consistency
Fix RVA in DataDirectory to follow ImageBase change
Auto calculate many parameters (RawSize, RawOffset, VirtualOffset, ...)
Screenshot
Supported Debugger
OllyDbg version 1.10 (tested 1.10)
OllyDbg version 2.01 (tested 2.01h)
Immunity Debugger version 1.7x or lower (tested 1.73)
Immunity Debugger version 1.8x or higher (tested 1.85)
DownloadThis archive file contains plugin DLLs for each debuggers. OllyDumpEx.zip
Version: v1.12
MD5 : fcb9f920fb28e845e4944cbfc1ae31f1
SHA1: 993f8aea17b4e4cf87a2dd266e275e0ad7e5dbdc
Recent Changes- v1.12 / 2013-04-02
Improve: Update to OllyDbg 2 latest version PDK (2.01h)
Improve: Tested with latest version of debuggers
Bugfix: Search greater than 0x7FFFFFFF memory address failed
- v1.10 / 2013-03-24
Add: Search type All Memory
Add: Binary dump mode (no rebuild PE header, for before load image)