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:
Update [May 2017]:
Added 64bit version. Improved find/fix alignment pass.
Update [May 2015]:
Updated to IDA SDK 6.7
>> Sourceforge: ExtraPass plugin