From 636f506d10342c6a784f68e4ebbba67dec9c2788 Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh Date: Sun, 23 Mar 2014 22:24:28 +0800 Subject: [PATCH] update README & HACK with SystemZ information --- HACK.TXT | 2 ++ README | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/HACK.TXT b/HACK.TXT index 2462169d..6e7f7ed5 100644 --- a/HACK.TXT +++ b/HACK.TXT @@ -7,6 +7,8 @@ Capstone source is organized as followings. │   ├── ARM <- ARM engine │   ├── Mips <- Mips engine │   ├── PowerPC <- PowerPC engine +│   ├── Sparc <- Sparc engine +│   ├── SystemZ <- SystemZ engine │   └── X86 <- X86 engine ├── bindings <- all bindings are under this dir │   ├── java <- Java bindings + test code diff --git a/README b/README index 61ea32d8..01e07ddf 100644 --- a/README +++ b/README @@ -4,8 +4,8 @@ disasm engine for binary analysis and reversing in the security community. Created by Nguyen Anh Quynh, then developed and maintained by a small community, Capstone offers some unparalleled features: -- Support multiple hardware architectures: ARM, ARM64 (ARMv8), Mips, PPC, Sparc - and X86. +- Support multiple hardware architectures: ARM, ARM64 (ARMv8), Mips, PPC, Sparc, + SystemZ and X86. - Having clean/simple/lightweight/intuitive architecture-neutral API.