From 97589e9227abdd7782e3a52634cc6cea7b73bb73 Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh Date: Sun, 15 Jun 2014 22:58:45 +0800 Subject: [PATCH] update README --- README | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README b/README index ceefbc02..ecc9c168 100644 --- a/README +++ b/README @@ -5,7 +5,7 @@ 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, - SystemZ and X86. + SystemZ, XCore and X86. - Having clean/simple/lightweight/intuitive architecture-neutral API. @@ -37,13 +37,6 @@ See COMPILE.TXT file for how to compile and install Capstone [Status] -- Capstone can only compile to Windows via Cygwin, or cross-compile using -MingW. Visual Studio support will be done in the future. - -- X86 engine cannot handle many malware tricks yet. Please report all the raw -binary code that Capstone cannot disassemble, or does that wrongly, so we can -fix that in the next version - - This package only contains Java & Python bindings. For more bindings created and maintained by the community, see bindings/README.