This skill enables Claude to generate, refine, and debug high-quality IDAPython scripts for the IDA Pro disassembler. It prioritizes the modern ida_* API modules over legacy IDC functions, providing robust patterns for binary patching, function analysis, and Hex-Rays decompiler interaction. Whether you are performing malware analysis, vulnerability research, or complex binary manipulation, this skill ensures thread-safe execution and follows best practices for navigating IDA's extensive type systems, cross-references, and database structures.
Key Features
015 GitHub stars
02Automated cross-reference (Xrefs) and function flow analysis
03Comprehensive type system management and C-structure application
04Full support for modern ida_* API modules and idautils iterators
05Advanced Hex-Rays decompiler AST (ctree) visitor implementation
06Binary memory manipulation and automated instruction patching