Macromonkey

General Category => IDA Pro => Topic started by: Administrator on May 09, 2015, 02:35:36 PM

Title: IDA ExtraPass PlugIn
Post by: Administrator on May 09, 2015, 02:35:36 PM
DA ExtraPass plugin
=========================================================
An IDA Pro Win32 target clean up plug-in by Sirmabus.
Version 3.4

It does essentially four cleaning/fixing steps:
1. Convert stray code section values to "unknown".
2. Fix missing "align" blocks.
3. Fix missing code bytes.
4. Locate and fix missing/undefined functions.

It's intended for, and only tested on typical MSVC and Intel complied Windows 32bit binary executables
but it might still be helpful on Delphi/Borland and other complied targets.

Dialog:
(http://www.macromonkey.com/bb/Res/extrapassdialog.png)


Update [May 2017]:
Added 64bit version. Improved find/fix alignment pass.

Update [May 2015]:
Updated to IDA SDK 6.7

>> Sourceforge: ExtraPass plugin (https://sourceforge.net/projects/idaextrapassplugin/)