# C++ SDK

Our IDA SDK exposes API in the form of C++ libraries and header files, allowing you to create custom processor modules and plugins, automate tasks, or integrate new features directly into IDA. Our IDA API is defined and organized by the contents of the header files, that you can browse in our [IDA C++ SDK Reference](https://cpp.docs.hex-rays.com).

## Resources

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>IDA C++ SDK Reference</strong></td><td></td><td></td><td><a href="https://cpp.docs.hex-rays.com">https://cpp.docs.hex-rays.com</a></td></tr><tr><td><strong>IDA SDK Source Code on GitHub</strong></td><td></td><td></td><td><a href="https://github.com/HexRaysSA/ida-sdk">https://github.com/HexRaysSA/ida-sdk</a></td></tr></tbody></table>

## Typical use cases

With IDA SDK, you can develop loaders for unsupported binary formats or custom processors modules to disassemble and analyze non-standard files. What's more, you can write plugins to perform complex, automated tasks and more, allowing you to go far beyong the basic IDC scripting.

## What to check next?

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>C++ SDK Getting Started</strong></td><td>Explore this guide to introduce yourself to the core capabilities of IDA SDK.</td><td></td><td><a href="c++-sdk/c++-sdk-getting-started">c++-sdk-getting-started</a></td></tr><tr><td><strong>C++ SDK Examples</strong></td><td>Try complex examples that show the full power and and flexibility of our SDK.</td><td></td><td><a href="c++-sdk/c++-sdk-examples">c++-sdk-examples</a></td></tr><tr><td><strong>C++ SDK Reference</strong></td><td>Check in-depth overview of header files with extensive description of data structures and functions.</td><td></td><td><a href="https://cpp.docs.hex-rays.com/">https://cpp.docs.hex-rays.com/</a></td></tr><tr><td><strong>Writing Plugins in C++</strong></td><td>Learn the best practices for creating plugins with IDA SDK</td><td></td><td><a href="c++-sdk/how-to-create-a-plugin">how-to-create-a-plugin</a></td></tr></tbody></table>

## SDK Porting Guide

Check out our [Porting Guide](https://docs.hex-rays.com/ida-9.2/developer-guide/c++-sdk/c++-sdk-porting-guide-ida-9), which is prepared to help you migrate and adapt your existing modules and plugins from IDA 8.x to IDA 9.0.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.hex-rays.com/ida-9.2/developer-guide/c++-sdk.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
