Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.61 KB

README.md

File metadata and controls

39 lines (27 loc) · 1.61 KB

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)

Another IDA Pro Addons (not included)

The list above are not include in this repository as submodule

Ideas to implement

The FireInsight-plugin has many cool plugins for FileInsight.