首页
社区
课程
招聘
[转帖]IDA ExtraPass PlugIn 2.1 by Sirmabus
发表于: 2008-2-10 16:21 5904

[转帖]IDA ExtraPass PlugIn 2.1 by Sirmabus

2008-2-10 16:21
5904
IDA ExtraPass PlugIn 2.1 by Sirmabus

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.

[招生]科锐逆向工程师培训(2024年11月15日实地,远程教学同时开班, 第51期)

上传的附件:
收藏
免费 1
支持
分享
最新回复 (0)
游客
登录 | 注册 方可回帖
返回
//