# Plugins shipped with IDA

IDA is natively shipped with repository of pre-installed plugins, that are inside `plugins` directory in your IDA installation folder. Some of these plugins provide essential features such as debugging or decompiler capabilities. These internal plugins are integrated into the IDA environment and cannot be accessed or executed in the same manner as standard built-in plugins.

## Accessing built-in plugins

Built-in plugins can be accessed through:

* Menu entries under **Edit → Plugins**
* Keyboard shortcuts assigned to specific plugins
* Specialized submenus

## Advanced Plugin Concepts

Although some of the built-in plugins are quite simple and straightforward in their functionality, the following guides provide detailed instructions for using more advanced plugins:

* [Borland RTTI descriptors](/extensions/plugins/concepts/plugins-shipped-with-ida/borland-rtti-descriptors-plugin.md)
* [dscu](/extensions/plugins/concepts/plugins-shipped-with-ida/dyld-shared-cache-utils.md)
* [DWARF](/extensions/plugins/concepts/plugins-shipped-with-ida/dwarf-plugin.md)
* [eh34 for C++ exception handling](/core/decompiler/concepts/exception-handler.md)
* [Golang](/extensions/plugins/concepts/plugins-shipped-with-ida/golang-plugin.md)
* [gooMBA](/extensions/plugins/concepts/plugins-shipped-with-ida/goomba.md)
* [IDAClang](/core/types/how-tos/creating-type-libraries/idaclang_tutorial.md)
* [IDAFeeds](/extensions/plugins/concepts/plugins-shipped-with-ida/ida-feeds.md)
* [Makesig](/core/flirt/how-tos/makesig.md)
* [Objective-C analysis](/extensions/plugins/concepts/plugins-shipped-with-ida/objective-c-analysis-plugin.md)
* [Patfind](/extensions/plugins/concepts/plugins-shipped-with-ida/patfind-plugin.md)
* [picture\_search](/extensions/plugins/concepts/plugins-shipped-with-ida/picture_search.md)
* [Rust](/extensions/plugins/concepts/plugins-shipped-with-ida/rust-plugin.md)
* [Swift](/extensions/plugins/concepts/plugins-shipped-with-ida/swift-plugin.md)


---

# 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/extensions/plugins/concepts/plugins-shipped-with-ida.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.
