Cutter is a free and open-source reverse engineering platform powered by rizin that provides a graphical interface for analyzing and debugging binary code.
The tool addresses the need for an accessible, user-friendly reverse engineering environment by combining rizin's analysis capabilities with a customizable GUI. It handles binary analysis, disassembly, debugging, and decompilation through an integrated interface designed specifically for reverse engineers. The platform supports multiple architectures and file formats through rizin's backend while offering visual workflows for common reverse engineering tasks.
Cutter suits security researchers, malware analysts, and software engineers who need to examine binaries without relying on commercial tools. It works well for teams that want to extend functionality through plugins, as the tool supports both Python and C++ plugin development. The project maintains official and community plugin repositories, including integrations like the Ghidra decompiler plugin. Cutter is available across Linux, macOS, and Windows through multiple distribution channels including package managers, AppImage, Docker, and direct downloads, making it accessible regardless of platform preference.
The project shows consistent development activity with regular updates to both core functionality and documentation. The maintainers actively maintain comprehensive user guides and developer documentation covering building, contribution, and plugin development. Community engagement is supported through multiple channels including Telegram, Mattermost, IRC, and social media, indicating ongoing interaction with users. The codebase remains actively refined with attention to user experience improvements alongside technical enhancements to the reverse engineering capabilities.