# Debuggers / Disassemblers

**Ollydbg** \[[v1.10](http://www.ollydbg.de/odbg110.zip) or [v2.0](http://www.ollydbg.de/odbg200.zip).] – OllyDbg is a 32-bit assembler level analyzing debugger for Microsoft® Windows®.

**Ollydbg Plugins:**\
[**StrongOD (OllyDbg plugin**](https://tuts4you.com/e107_plugins/download/download.php?view.2028)) – This plug-in provides three kinds of ways to initiate the process.\
[**Ollydbg with 10 plugins**](https://github.com/romanzaikin/OllyDbg-v1.10-With-Best-Plugins-And-Immunity-Debugger-theme-) – StrongOD v0.4.8.892; PhantOm Plugin v1.85; OllyStepNSearch v0.6.2; OllyDump v3.00.110; EasyController v1.0.5.0; Analyze This v0.1; Labless v1.1.2.85

[**OllyDRX**](https://tuts4you.com/download/2507/) **–** A modified version of Ollydgb with useful plugins.

[**Immunity Debugger**](https://debugger.immunityinc.com/ID_register.py) – It’s a powerful new way to write exploits, analyze malware, and reverse engineer binary files.

[**WINDBG**](https://www.microsoft.com/en-us/download/confirmation.aspx?id=8279) **–** Microsoft Windows Debugger (WinDbg) is a powerful Windows-based debugger that is capable of both user-mode and kernel-mode debugging (my favourite tool).

[**x64dbg**](https://x64dbg.com/#start) – An open-source x64/x32 debugger for Windows. Please, see all the available [**plugins here**](https://github.com/x64dbg/x64dbg/wiki/Plugins)**.**

{% embed url="<http://maposafe.net/index/news/show/id/14.html>" %}

[**IDA PRO**](https://www.hex-rays.com/products/ida/support/download_freeware.shtml) – IDA is a Windows, Linux or Mac OS X hosted multi-processor disassembler and debugger that offers so many features it is hard to describe them all.

**IDA PRO Plugins:**\
[**IDAGolangHelper**](https://github.com/sibears/IDAGolangHelper) – Set of IDA Pro scripts for parsing GoLang types information stored in compiled binary.

[**hashdb-ida**](https://github.com/OALabs/hashdb-ida)**:** HashDB API hash lookup plugin for IDA Pro.

![](/files/1HPUKg7zJhxH5FejfUzP)

[**ScyllaHide**](https://github.com/x64dbg/ScyllaHide) – ScyllaHide is an advanced open-source x64/x86 usermode Anti-Anti-Debug library. It can be used both in Ollydbg and X64dbg. Enjoy it.

[**flare-ida**](https://github.com/fireeye/flare-ida) – This repository contains a collection of IDA Pro scripts and plugins used by the FireEye Labs Advanced Reverse Engineering (FLARE) team.

[**GHIDRA**](https://ghidra-sre.org/) – A software reverse engineering (SRE) suite of tools developed by NSA’s Research Directorate in support of the Cybersecurity mission.

[**Hopper**](https://www.hopperapp.com/) – The macOS and Linux Disassembler.

[**plasma**](https://github.com/plasma-disassembler/plasma) – PLASMA is an interactive disassembler. It can generate a more readable assembly (pseudo code) with colored syntax.


---

# 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://gitbook.seguranca-informatica.pt/tools-1/debuggers-disassemblers.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.
