diff options
author | Fernando Lopez Jr <fernando.lopezjr@gmail.com> | 2017-04-08 23:40:23 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-13 07:27:45 +0700 |
commit | a44a15cd1fc29d9b7a5231d61ad6b67296807bb5 (patch) | |
tree | e4c07757427a57de36695d7d835e7611f4fc544b /system/capstone/README | |
parent | 4fe5c5562857643c461eb3b5ef5b13fdbce5d4a7 (diff) | |
download | slackbuilds-a44a15cd1fc29d9b7a5231d61ad6b67296807bb5.tar.gz |
system/capstone: Added (disassembly framework).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/capstone/README')
-rw-r--r-- | system/capstone/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/system/capstone/README b/system/capstone/README new file mode 100644 index 0000000000..500f0043f3 --- /dev/null +++ b/system/capstone/README @@ -0,0 +1,7 @@ +Capstone is a lightweight multi-platform, multi-architecture disassembly +framework. + +Multi-architectures: Arm, Arm64 (Armv8), M68K, Mips, PowerPC, Sparc, +SystemZ, XCore & X86 (including X86_64). + +Distributed under the open source BSD license. |