Add missing architectures in the readme and sort them (#2008)

Co-authored-by: pancake <pancake@nopcode.org>
This commit is contained in:
pancake 2023-05-02 12:10:58 +02:00 committed by GitHub
parent bb214ed263
commit cb5c2ac8f3
1 changed files with 3 additions and 3 deletions

View File

@ -14,9 +14,9 @@ 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), BPF, Ethereum VM, Webassembly,
M68K, Mips, MOS65XX, PPC, Sparc, SystemZ, TMS320C64X, M680X, XCore, RISC-V(rv32G/rv64G)
and X86 (including X86_64).
- Support multiple hardware architectures: ARM, ARM64 (ARMv8), BPF, Ethereum VM,
M68K, M680X, Mips, MOS65XX, PPC, RISC-V(rv32G/rv64G), SH, Sparc, SystemZ,
TMS320C64X, Webassembly, XCore and X86 (16, 32, 64).
- Having clean/simple/lightweight/intuitive architecture-neutral API.