PEDRAMAMINI.COM
Reversing
IDA Function Analyzer
IDA pGRAPH
IDA Scripts
IDA Sync
OllyDbg BP Manager
OllyDbg Heap Vis
PaiMei
Process Stalker

Networking
Confuse Router
DNS Hijacker
IP Accountant
Peep Sniffer

Utility
Bid Monkey
DirWatch
PedBot
RRDTool Scripts

Unfinished
1984
PyTrAn

IDA Function Analyzer
Last update: 2005-07-06
MD5: a0b40085fca1c9f3d2d1c12c14725c71
Size: ~22k
Update Summary: Added gml_export() routine for generating GML

Written as a C++ class, Function Analyzer was originally developed to provide an abstracted layer over "chunked" functions frequently found in Microsoft optimize compiled binaries. As of IDA v4.7 this functionality is built into the SDK. However, Function Analyzer can be used to construct plug-ins compatible across older versions and provides abstracted next_ea()/prev_ea() routines for stepping through an internal "unchunked" instruction list. The abstraction layer also exposes the following function-level information: basic block enumeration (nodes, edges), call count, MD5 hash, CRC, customizable GDL (Wingraph) and GML graph generation.

Download Page