Awesome
DA Pro Scripts
Some IDA scripts to assist with reverse engineering
To install the scripts with all submodules try:
git clone --recursive https://github.com/neriberto/IDA-Pro-Scripts.git
IDA Python Scripts
- functions_md5.py - Enumerate all functions and print the MD5 hash.
- strings_base64decode.py - Find for base64 encoded strings.
- strings_suspicious.py - Uses brute force to find xored strings (I wrote it based on xor viper module.
Submodules (included)
- reversing from Arbor Networks
- func-renamer from Alexander Hanel
Another IDA Pro Addons (not included)
The list above are not include in this repository as submodule
- android-scripts from Tim Strazzere
- malware-analysis from SpiderLabs
- Reversing from Madiant
- flare-ida from FireEye Labs
- ida-efiutils from snare
Ideas to implement
The FireInsight-plugin has many cool plugins for FileInsight.