> For the complete documentation index, see [llms.txt](https://gitbook.seguranca-informatica.pt/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gitbook.seguranca-informatica.pt/tools-1/decompilers.md).

# Decompilers

**.NET**

[**Ilspy**](https://github.com/icsharpcode/ILSpy) – ILSpy is the open-source .NET assembly browser and decompiler.

[**DotPeek**](https://www.jetbrains.com/decompiler/) – dotPeek is a free-of-charge standalone tool based on ReSharper’s bundled decompiler. It can reliably decompile any .NET assembly into equivalent C# or IL code.

**vb5.0/6.0**\
[**VB Decompiler**](https://www.vb-decompiler.org/) **Lite 11 (p-code, VB6)** – Best code recovery solution for Visual Basic 5.0/6.0 applications and fast disassembler for Visual Studio .NET compiled apps.

[**WKTVBDebugger**](https://tuts4you.com/e107_plugins/download/download.php?view.1137)– A debugger for Visual Basic P-Code compiled apps.

[**Semi-vd-decompiler**](https://github.com/VBGAMER45/Semi-VB-Decompiler) – Partial decompiler for Visual Basic.

[**P32Dasm**](http://progress-tools.x10.mx/p32dasm.html) – VB5/VB6 Pcode decompiler.

[**Numega SmartCheck**](http://index-of.es/Cracking/Debuggers/Numega%20SmartCheck%206/) – SmartCheck is a run-time debugging tool that addresses the most problematic conditions encountered by Visual Basic developers.

**Delphie**\
[**DeDe**](https://tuts4you.com/e107_plugins/download/download.php?view.1131) – DeDe is a very fast program that can analyze executables compiled with Delphi.

[**Relyze**](https://www.relyze.com/download.html): Relyze Desktop is available in two editions, either Standard or Professional. Relyze Desktop Standard is free to use for non commercial purposes and is available to download below.

![](/files/-Mj1VDXmyKzPtKlUplwP)

{% embed url="<https://www.relyze.com/download.html>" %}

**Interactive Delphi Reconstructor (IDR):**  Interactive Delphi Reconstructor IDR (Interactive Delphi Reconstructor) – a decompiler of executable files (EXE) and dynamic libraries (DLL), written in Delphi and executed in Windows32 environment.

{% embed url="<https://github.com/crypto2011/IDR/releases/tag/27_01_2019>" %}

**AutoIt**\
[**AutoIt3 Decompiler**](http://domoticx.com/autoit3-decompiler-exe2aut/) **–** This application can be used to decompile AutoIt scripts.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://gitbook.seguranca-informatica.pt/tools-1/decompilers.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
