From 3c9aa55a75b37af781ca9d45976f122dcaa623c3 Mon Sep 17 00:00:00 2001 From: Alexander Taylor Date: Tue, 17 Sep 2024 12:24:34 -0400 Subject: Update wording to better reflect which architectures are open source. --- README.md | 6 +++--- 1 file 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) -- cgit v1.3.1