|
IDA pGRAPH
|
|
Hits: 4 |
|
Date added: 05/24/2006 |
|
Built on top of the IDA Function Analyzer, pGRAPH (Pedram's Grapher), provides an interface to generate more detailed and user defined control-flow graphs using the bundled Wingraph package. Extended features include: support for chunked functions, instruction level coloring, edge customization (manhattan vs splines), layout algorithm and more. |
|
|
|
|
IDA RPC Enumerator
|
|
Hits: 3 |
|
Date added: 05/18/2006 |
|
This IDC script will scan through an IDA database locating and marking the relevant RPC server data structures. It will then enumerate the dispatch routines from the DispatchTable. The script outputs the addresses of the discovered structs / functions and was designed to automate the otherwise tedious manual process of locating RPC routines to audit. |
|
|
|
|
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. |
|
|
|
|
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. |
|
|
|
|
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. |
|
|
|