idapython
idapython copied to clipboard
IDAPython scripts
IDAPython scripts
identify_string_decoders.py
Identify string decoding functions using heuristics adopted from FLOSS. See my blog post at http://moritzraabe.de/2017/04/30/identifying-string-decoding-functions-in-ida-pro/.
highlight_instructions.py
Highlight and comment instructions in IDA Pro. See the related blog post at http://moritzraabe.de/2017/05/31/idapython-coloring-script/.