PDA

View Full Version : IDA ExtraPass PlugIn 2.1


Sirmabus
02-08-2008, 10:18 PM
Here is my "ExtraPass" plug-in for IDA Pro 5.x,.

It basically does a few more passes over an IDA code section. Prefers code over data. It can find a lot of missing code, functions, and alignment blocks. Works particularly well on large EXE's where there is a lot of disconnected code from heavy C++ OOP, script binds, etc.

Intended for typical Win32, mainly Microsoft complied binaries.
Won't work well (probably for the worse) with Delphi EXE's since those tend to have a lot of mixing of constant data in the ".text" section, but the align and missing function options might be of use still.

dELTA
02-09-2008, 02:20 PM
CRCETL:
http://www.woodmann.com/collaborative/tools/index.php/ExtraPass