Tweak audio/esperanza version 0.4.0.20091017_2
[dports.git] / devel / capstone / pkg-descr
1 Capstone is a lightweight multi-platform, multi-architecture disassembly
2 framework.
3
4 Features:
5  * Supported architectures: ARM, ARM64 (aka ARMv8), Mips, PowerPC & X86
6  * Clean/simple/lightweight/intuitive architecture-neutral API
7  * Provide details on disassembled instruction (called "decomposer")
8  * Provide some semantics of the disassembled instruction, such as list of
9    implicit registers read & written.
10  * Implemented in pure C language, with bindings for Python, Ruby, C#, Java,
11    GO, OCaml & Vala available.
12  * Native support for Windows & *nix (including MacOSX, Linux, *BSD & Solaris)
13  * Thread-safe by design
14  * Distributed under the open source BSD license
15
16 WWW: http://capstone-engine.org/