update README
This commit is contained in:
parent
5493c87c27
commit
97589e9227
9
README
9
README
|
@ -5,7 +5,7 @@ Created by Nguyen Anh Quynh, then developed and maintained by a small community,
|
||||||
Capstone offers some unparalleled features:
|
Capstone offers some unparalleled features:
|
||||||
|
|
||||||
- Support multiple hardware architectures: ARM, ARM64 (ARMv8), Mips, PPC, Sparc,
|
- 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.
|
- Having clean/simple/lightweight/intuitive architecture-neutral API.
|
||||||
|
|
||||||
|
@ -37,13 +37,6 @@ See COMPILE.TXT file for how to compile and install Capstone
|
||||||
|
|
||||||
[Status]
|
[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
|
- This package only contains Java & Python bindings. For more bindings created
|
||||||
and maintained by the community, see bindings/README.
|
and maintained by the community, see bindings/README.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue