aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Kochkov <anton.kochkov@gmail.com>2024-05-14 09:57:19 +0800
committerGitHub <noreply@github.com>2024-05-14 09:57:19 +0800
commit9987b86aa49a04ec01e854270799407e34f292cc (patch)
treee8c54a5432266549d940969ae12e8bfe577caf46
parent2ef45f2a739df0126e5a4f45d0b863aa66989998 (diff)
downloadcapstone-upstream-next.tar.gz
README: Mention Alpha and HPPA (#2357)upstream-next
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 23fb0d75..5901725a 100644
--- a/README.md
+++ b/README.md
@@ -15,9 +15,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, AArch64, BPF, Ethereum VM,
- M68K, M680X, Mips, MOS65XX, PPC, RISC-V(rv32G/rv64G), SH, Sparc, SystemZ,
- TMS320C64X, TriCore, Webassembly, XCore and X86 (16, 32, 64).
+- Support multiple hardware architectures: ARM, AArch64, Alpha, BPF, Ethereum VM,
+ HP PA-RISC (HPPA), M68K, M680X, Mips, MOS65XX, PPC, RISC-V(rv32G/rv64G), SH, Sparc,
+ SystemZ, TMS320C64X, TriCore, Webassembly, XCore and X86 (16, 32, 64).
- Having clean/simple/lightweight/intuitive architecture-neutral API.