summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlexander Taylor <alex@vector35.com>2024-09-17 12:24:34 -0400
committerAlexander Taylor <alex@vector35.com>2024-09-17 12:25:16 -0400
commit3c9aa55a75b37af781ca9d45976f122dcaa623c3 (patch)
tree2a4ba5762e69453d457605f8411f98e6a135503e /README.md
parenta37ec4ddebd6186cd1e16fb81f8251d186ef9fa9 (diff)
Update wording to better reflect which architectures are open source.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index fd16e012..ea35bbe1 100644
--- a/README.md
+++ b/README.md
@@ -92,13 +92,13 @@ This repository contains all of our Platform plugins available here:
## Architectures
-This repository contains all of our Architecture plugins available here:
+This repository contains all of the Architecture plugins available in Personal and Commercial editions of Binary Ninja. You can find each architecture here:
+* [x86/x86_64](https://github.com/Vector35/binaryninja-api/tree/dev/arch/x86)
+* [ARM64](https://github.com/Vector35/binaryninja-api/tree/dev/arch/arm64)
* [ARMv7](https://github.com/Vector35/binaryninja-api/tree/dev/arch/armv7)
* [PPC](https://github.com/Vector35/binaryninja-api/tree/dev/arch/powerpc)
* [MIPS](https://github.com/Vector35/binaryninja-api/tree/dev/arch/mips)
-* [ARM64](https://github.com/Vector35/binaryninja-api/tree/dev/arch/arm64)
-* [x86/x86_64](https://github.com/Vector35/binaryninja-api/tree/dev/arch/x86)
* [RISC-V](https://github.com/Vector35/binaryninja-api/tree/dev/arch/riscv)
* [MSP430](https://github.com/Vector35/binaryninja-api/tree/dev/arch/msp430)