capstone 5.0.1
Lightweight multi-platform, multi-architecture disassembly framework
Capstone is a lightweight multi-platform, multi-architecture disassembly framework. Capstone can disassemble machine code for many supported architectures such as x86, x86_64, arm, arm64, mips, ppc, sparc, sysz and xcore. It provides bindings for Python, Java, OCaml and more.
- Outputs:
out
- Website: https://github.com/capstone-engine/capstone
- Licenses: Modified BSD
- Package source: gnu/packages/engineering.scm
- Builds: See build status
- Issues: See known issues
Installation
Install capstone 5.0.1
as follows:
guix install capstone@5.0.1
Or install the latest version:
guix install capstone
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.