IDC
Last updated
Was this helpful?
Last updated
Was this helpful?
IDC is an IDA native, embedded scripting language semantically similar to C/C++.
With IDC, you can write simple scripts for automating repetitive tasks and extending out-of-the-box IDA functionality (for example, for getting the list of all functions or marked positions) without creating more complex plugins with C++ SDK or IDAPython.
IDC Getting Started
Learn core concepts of IDC.
IDC Reference
Check the list of all IDC functions with details
IDC Examples
Explore ready-to-use samples.