Boomerang Decompiler is an open source machine code decompiler that converts compiled binary executables back into high-level C source code. The tool supports multiple processor architectures including x86 (IA-32), PowerPC (PPC), and ST20. It can process various executable file formats such as ELF, PE, DOS MZ, DOS/4GW LE, and Mach-O. The decompiler analyzes binary machine code and reconstructs the original program logic, control flow, and data structures to generate readable C code output. This reverse engineering capability assists security researchers and analysts in understanding the functionality of compiled programs without access to original source code. Boomerang requires a 64-bit operating system and depends on several development tools including a C++17 compiler, CMake, Qt5, Capstone disassembly framework, GNU bison, and GNU flex. The project is distributed under a BSD license and provides both pre-compiled packages and source code for building from the development branch. The tool includes optional components for documentation generation, regression testing, and build optimization through CCache integration.
FEATURES
EXPLORE BY TAGS
SIMILAR TOOLS
CAPA is a static analysis tool that detects and reports capabilities in executable files across multiple formats, mapping findings to MITRE ATT&CK tactics and techniques.
A binary analysis and management framework for organizing and analyzing malware and exploit samples, and creating plugins.
A program to manage yara ruleset in a database with support for different databases and configuration options.
Falcon Sandbox is a malware analysis framework that provides in-depth static and dynamic analysis of files, offering hybrid analysis, behavior indicators, and integrations with various security tools.
An open-source dynamic analysis framework that intercepts and monitors API calls in Android applications using the Android Substrate framework.
An open source .NET deobfuscator and unpacker that restores packed and obfuscated assemblies by reversing various obfuscation techniques.
Intezer is a cloud-based malware analysis platform that detects and classifies malware using genetic code analysis.
PINNED

Checkmarx SCA
A software composition analysis tool that identifies vulnerabilities, malicious code, and license risks in open source dependencies throughout the software development lifecycle.

Orca Security
A cloud-native application protection platform that provides agentless security monitoring, vulnerability management, and compliance capabilities across multi-cloud environments.

DryRun
A GitHub application that performs automated security code reviews by analyzing contextual security aspects of code changes during pull requests.