Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/takahiroharuyama/ida_haru

scripts/plugins for IDA Pro
https://github.com/takahiroharuyama/ida_haru

Last synced: about 1 month ago
JSON representation

scripts/plugins for IDA Pro

Lists

README

        

#+OPTIONS: ^:{}
* ida_haru

Scripts/plugins for IDA Pro

Note: The bindiff wrapper and fn_fuzzy work on IDA 7.4 and later, but other old scripts still require the IDA 6.95 bw-compatibility.

Enable it in cfg/idapython.cfg:
#+BEGIN_SRC
// Should the plugin automatically load a 6.95 bw-compatibility layer?
AUTOIMPORT_COMPAT_IDA695 = YES
#+END_SRC

** eset_crackme

IDA Pro loader/processor modules for ESET CrackMe driver VM

** stackstring_static

IDAPython script statically-recovering strings constructed in stack

** fn_fuzzy

IDAPython script for fast multiple binary diffing triage

** bindiff

python script for multiple binary diffing by BinDiff

** ADVobfuscator

IDAPython script deobfuscating ADVobfuscator strings, applied to a TrickBoot sample

** HexRaysDeob

modified version for defeating APT10 ANEL's code obfuscations (located in a [[https://github.com/carbonblack/HexRaysDeob][corporate github repository]])