# Third party plugins

Below is the list of noteworthy public third-party plugins for the decompiler.

* [HexRaysCodeXplorer](http://rehints.github.io/HexRaysCodeXplorer/) by Aleksandr Matrosov and Eugene Rodionov

  Hex-Rays Decompiler plugin for better code navigation Here is the features list for first release:

  * navigation through virtual function calls in Hex-Rays Decompiler window;
  * automatic type reconstruction for C++ constructor object;
  * useful interface for working with objects & classes;
* [List of IDA plugins](https://github.com/onethawt/idaplugins-list)

  A simple list of various IDA and Decompiler plugins
* More to come...

Happy analysis!


---

# 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/8.4/user-guide/decompiler/third_party.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.
