update README

This commit is contained in:
Nguyen Anh Quynh 2014-06-15 22:58:45 +08:00
parent db3c00c0ff
commit 842457e079

9
README
View File

@ -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.