aboutsummaryrefslogtreecommitdiff
path: root/devel/capstone/pkg-descr
diff options
context:
space:
mode:
authorKubilay Kocak <koobs@FreeBSD.org>2014-01-27 07:00:24 +0000
committerKubilay Kocak <koobs@FreeBSD.org>2014-01-27 07:00:24 +0000
commitf7980a1f735ad3e5bc95c7ee0728ba33571638a7 (patch)
treec006b097c60af6794d3aee4002c19f0a330a1bb0 /devel/capstone/pkg-descr
parent6d9c0ebc96f6a0034baea3384635baa53626b440 (diff)
downloadports-f7980a1f735ad3e5bc95c7ee0728ba33571638a7.tar.gz
ports-f7980a1f735ad3e5bc95c7ee0728ba33571638a7.zip
Notes
Diffstat (limited to 'devel/capstone/pkg-descr')
-rw-r--r--devel/capstone/pkg-descr16
1 files changed, 16 insertions, 0 deletions
diff --git a/devel/capstone/pkg-descr b/devel/capstone/pkg-descr
new file mode 100644
index 000000000000..fcd3cdb17cb6
--- /dev/null
+++ b/devel/capstone/pkg-descr
@@ -0,0 +1,16 @@
+Capstone is a lightweight multi-platform, multi-architecture disassembly
+framework.
+
+Features:
+ * Supported architectures: ARM, ARM64 (aka ARMv8), Mips, PowerPC & X86
+ * Clean/simple/lightweight/intuitive architecture-neutral API
+ * Provide details on disassembled instruction (called "decomposer")
+ * Provide some semantics of the disassembled instruction, such as list of
+ implicit registers read & written.
+ * Implemented in pure C language, with bindings for Python, Ruby, C#, Java,
+ GO, OCaml & Vala available.
+ * Native support for Windows & *nix (including MacOSX, Linux, *BSD & Solaris)
+ * Thread-safe by design
+ * Distributed under the open source BSD license
+
+WWW: http://capstone-engine.org/