Identifies and re-names functions between two or more IDBs based on:
- Formal signatures (i.e., exact function signatures)
- References to unique string
- References to unique constants
- Fuzzy signatures (i.e., similar function signatures)
- Call graphs (e.g., identification by association)
To generate signatures for functions in your current IDB:
To apply generated signatures to your current IDB:
Some pre-generated signatures are provided in the included sub-directories.
Just copy rizzo.py into your IDA plugins directory.

