[ buster ]
[ 源代码: capstone ]
软件包:libcapstone3(4.0.1+really+3.0.5-1)
libcapstone3 的相关链接
Debian 的资源:
下载源码包 capstone:
- [capstone_4.0.1+really+3.0.5-1.dsc]
- [capstone_4.0.1+really+3.0.5.orig.tar.gz]
- [capstone_4.0.1+really+3.0.5-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [www.capstone-engine.org]
相似软件包:
lightweight multi-architecture disassembly framework - library
Capstone is a lightweight multi-platform, multi-architecture disassembly framework.
Features:
- Support hardware architectures: ARM, ARM64 (aka ARMv8), Mips, PowerPC &Intel.
- Clean/simple/lightweight/intuitive architecture-neutral API. - Provide details on disassembled instructions (called "decomposer" by someothers).
- Provide some semantics of the disassembled instruction, such as list ofimplicit registers read & written.
- Implemented in pure C language, with bindings for Java, OCaml and Pythonready to use and Ruby, C#, GO & Vala available on git repos.
- Native support for Windows & *nix (with OS X, Linux, *BSD & Solarisconfirmed).
- Thread-safe by design. - Special support for embedding into firmware or OS kernel. - Distributed under the open source BSD license.