Skip to content

neriberto/IDA-Pro-Scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

IDA Pro Scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published