illera88 / Ponce

IDA 2016 plugin contest winner! Symbolic Execution just one-click away!
https://docs.idaponce.com
Other
1.48k stars 72 forks source link

Rename the functions with tainted instructions #9

Closed 0ca closed 8 years ago

0ca commented 8 years ago

As we are doing in the Athena plugin it could be useful with very big program to rename the functions containing tainted instructions with a preffix "T0001_sub_401000".

0ca commented 8 years ago

Added two flag to enable/disable it and to configure the prefix used:

#define RENAME_TAINTED_FUNCTIONS true
#define RENAME_TAINTED_FUNCTIONS_PREFIX "T%03d_"