Cutter is a binary analysis platform and graphical user interface for the Rizin reverse engineering framework. It provides an environment for analyzing the internal logic and data structures of compiled binaries through integrated disassembly and visualization.
The platform supports a containerized deployment model to provide isolated environments for binary analysis, which is used to examine suspicious binaries without risking the host system. It is an extensible security tool that allows for the addition of custom analysis capabilities and visualizers via native plugins and scripts.
The tool covers both static and dynamic binary analysis by linking the visual interface with a live debugging engine to monitor program execution in real time. It also supports host-to-container volume mapping to provide the analysis environment with read-only access to target files.