== Files
- OllyDumpEx_Od11.dll
for OllyDbg version 1.10 (1.10 tested)
- OllyDumpEx_Od20.dll
for OllyDbg version 2.01 (2.01 tested)
- OllyDumpEx_Imm18.dll
for Immunity Debugger version 1.8x or higher (1.85 tested)
- OllyDumpEx_IDART.plw, OllyDumpEx_IdaRT.p64
for IDA Pro 32bit build version 5.x or higher (6.9 tested)
- OllyDumpEx_IdaRT.dll, OllyDumpEx_IdaRT64.dll
for IDA Pro 64bit build version 7.0 or higher (7.1 tested)
- OllyDumpEx_IdaFW.plw
for IDA Freeware 32bit build version 5.0 (5.0 tested)
- OllyDumpEx_IdaFW64.dll
for IDA Freeware 64bit build version 7.0 (7.0 tested)
- OllyDumpEx_Wd32.dll, OllyDumpEx_Wd64.dll
for WinDbg version 6.x (6.2 tested)
- OllyDumpEx_X64Dbg.dp32, OllyDumpEx_X64Dbg.dp64
for x64dbg (snapshot 20170822 tested)
- OllyDumpEx_SA32.exe, OllyDumpEx_SA64.exe
Standalone version
== Changelog
- v1.64 / 2018-05-10
Improve: Follow IDA 7.1 changes which break callui backward compatibility layer
Improve: Dump feature available even if debuggee not running (IDA)
Add: Support IDA Freeware version 7.0 (EXPERIMENTAL)
- v1.62 / 2017-11-05
Bugfix: Rebuild dumpfile corrupted when ELF PT_PHDR entry not exist
Bugfix: Failed to load ELF header when sparse segment layout
Improve: Corrupted ELF structure handling
Improve: ELF Loader segment always aligned same as mmap behavior