Overview
What's idalib?
IDA as a library (idalib) allows you to use the C++ and IDAPython APIs outside IDA as standalone applications. That way, your app uses IDA's engine directly, letting you work with the IDA APIs from your IDE of choice.
The idalib lets you call IDA as a library and run analysis headlessly, or integrate IDA into your own toolchain to drive custom workflows or automate workflows without launching the GUI.
What can you do with idalib?
The idalib supports a wide range of applications. Some common uses include bulk static analysis, headless decompilation, CI/CD integration, and powering AI agents with IDA as an analysis backend.
Dive deeper:
License
The idalib is included with IDA Pro 9.0+ and with IDA Home 9.4+. The license you need depends on how you use it:
Standard IDA Pro license — covers typical personal and non-commercial use
IDA OEM license — required if you embed idalib in your own software, use it as a SaaS engine, or run it on a shared server. It's free during development and beta phases.
What's next?
Check the Getting Started guide to get you ready with idalib — including simplified installation with HCLI, especially recommended for automated workflows.
Last updated
Was this helpful?

