JEB is a reverse-engineering platform to perform disassembly, decompilation, debugging, and analysis of code and document files, manually or as part of an analysis pipeline.
Cutter 免费开源逆向工具
Download
Cutter release binaries for all major platforms (Linux, macOS, Windows) can be downloaded from GitHub Releases.
- Linux: Download the
.AppImage
file. Then make it executable and run as below or use AppImageLauncher.
chmod +x Cutter*.AppImage; ./Cutter*.AppImage
- macOS: Download the
.dmg
file or use Homebrew Cask:
brew install --cask cutter
- Windows: Download the
.zip
archive or use Chocolatey:
choco install cutter