|
Inno Setup
|
|
Hits: 8 |
|
Date added: 07/10/2006 |
|
Inno Setup is a free installer for Windows programs. Want to give your project more professional look than get Inoo. |
|
|
|
|
idastruct
|
|
Hits: 4 |
|
Date added: 07/01/2006 |
|
dastruct - ida structure recognition plugin
idastruct is an ida plugin which aims to assist reverse engineers in identifying high-level objects and structures in binary code.
idastruct utilizes the excellent x86 emulator plugin 'ida-x86emu' by Chris Eagle and Jermey Cooper as a basis for evaluating operand values and determining references within tracked boundaries.
This results in automated creation of IDA structures, enumeration or member references, and renaming of disassembly offsets to symbolic names corresponding to the newly created structures and members in the IDA database. |
|
|
|
|
IDAPython v0.9
|
|
Hits: 19 |
|
Date added: 06/08/2007 |
|
IDAPython is an IDA Pro plugin that integrates the Python programming language, allowing scripts to run in IDA Pro. These programs have access to IDA Plugin API, IDC and all modules available for Python. The power of IDA Pro and Python provides a platform for easy prototyping of reverse engineering and other research tools. |
|
|
|
|
IDACompare
|
|
Hits: 5 |
|
Date added: 09/14/2006 |
|
IDACompare is a plugin designed to compare and match up equivalent functions across two IDA databases. IDACompare was primarily designed for analyzing changes across malcode variants, it should also find good use when conducting patch analysis.
Once function matches have been made, names can be ported across disassemblies, or sequentially renamed in both.
Project also implements a signature scanner, letting you build your own listing of known functions. |
|
|
|
|
IDA Sync
|
|
Hits: 5 |
|
Date added: 07/06/2006 |
|
IDA Sync was written to allow multiple analysts to synchronize their reverse engineering efforts with IDA Pro in real time. Users connect to a central server through the ida_sync plugin. Once connected, all comments and name changes made with the registered hot keys are immediately transmitted to all other users working on the same project. The central server stores a copy of all changes as well, allowing new analysts to jump on the project and immediately receive up to date information.
Included in the source release is a C.. class providing IDA Pro plugin developers with an abstracted asynchronous IPC interface. |
|
|
|