> For the complete documentation index, see [llms.txt](https://malfav.gitbook.io/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://malfav.gitbook.io/home/malware-analysis-toolkit/windows-malware-analysis-toolkit/static-analysis-tools/advance-static-analysis-tool.md).

# Advance Static Analysis Tool

* **IDA Pro**: A powerful disassembler and debugger used for in-depth static analysis of executable files. It can analyze a wide range of architectures and file formats.
* **Ghidra**: An open-source reverse engineering tool developed by the NSA that offers powerful disassembly, decompilation, and analysis capabilities.
* **Radare2**: An open-source framework for reverse engineering and analyzing binaries, known for its command-line interface and extensive features.
* **Binary Ninja**: A reverse engineering platform with an intuitive user interface and advanced analysis features, including a built-in decompiler.
* **JEB Decompiler**: A commercial tool for reverse engineering Android applications and other binaries, providing decompilation and analysis capabilities.
* **Hopper**: A disassembler and decompiler for macOS and Linux that provides a user-friendly interface for static analysis.
* **Capstone**: A lightweight, multi-platform, multi-architecture disassembly framework that can be integrated into other tools for static analysis.
* **Packer Scan**: Identifies packing methods used on executables, which is useful for unpacking and analyzing obfuscated malware.
