UNIX-like reverse engineering framework and command-line toolset.
Principalele funcționalități ale rizinorg/rizin sunt: Console Applications, Malware Analysis Sandboxes.
Alternativele open-source pentru rizinorg/rizin includ: radareorg/radare2 — Radare2 is a comprehensive framework for reverse engineering and analyzing compiled software. It provides a… rizinorg/cutter — Cutter is a binary analysis platform and graphical user interface for the Rizin reverse engineering framework. It… fireeye/stringsifter — A machine learning tool that ranks strings based on their relevance for malware analysis. irssi/irssi — The client of the future. jonas/tig — Tig is a terminal-based interface for version control systems that functions as an interactive visual layer over… hzeller/timg — A terminal image and video viewer.
Radare2 is a comprehensive framework for reverse engineering and analyzing compiled software. It provides a command-line environment designed for disassembling, debugging, and patching binary executables across a wide range of processor architectures and operating systems. The system distinguishes itself through a modular, plugin-based architecture that supports cross-platform analysis and automated workflows. It utilizes memory-mapped file access to enable efficient structural inspection and modification of binaries without requiring full file loads. By lifting machine instructions into a un
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 to
A machine learning tool that ranks strings based on their relevance for malware analysis.