cstool
Capstone is a disassembly framework with the target of becoming
Install
- All systems
-
curl cmd.cat/cstool.sh
- Debian
-
apt-get install capstone-tool
- Ubuntu
-
apt-get install capstone-tool
- Arch Linux
-
pacman -S capstone
- Kali Linux
-
apt-get install capstone-tool
- Fedora
-
dnf install capstone
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install capstone-tool
- OS X
-
brew install capstone
- Dockerfile
- dockerfile.run/cstool
capstone
Capstone is a disassembly framework with the target of becoming
the ultimate disasm engine for binary analysis and reversing in the security community.
capstone-tool
lightweight multi-architecture disassembly framework - command line tool
Capstone is a lightweight multi-platform, multi-architecture disassembly framework. This package contains cstool, a command-line tool to disassemble hexadecimal strings.