From 49b90e2334a5532ed1c98ae99a07b0438c407be4 Mon Sep 17 00:00:00 2001 From: Peter LaFosse Date: Wed, 14 Jun 2023 09:46:51 -0400 Subject: Updates to README.md Moved 'Platforms' out of 'Related Repositories' and into is own section, added link to EFI platform --- README.md | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 9d6643df..aa8965f5 100644 --- a/README.md +++ b/README.md @@ -75,9 +75,22 @@ Public contributions are welcome to this repository. All the API and documentati If you're interested in contributing when you submit your first PR, you'll receive a notice from [CLA Assistant](https://cla-assistant.io/) that allows you to sign our [Contribution License Agreement](https://binary.ninja/cla.pdf) online. + +## Platforms + +This repository contains all of our Platform plugins available here: + +* [Windows](https://github.com/Vector35/binaryninja-api/tree/dev/platform/windows) +* [Linux](https://github.com/Vector35/binaryninja-api/tree/dev/platform/linux) +* [macOS](https://github.com/Vector35/binaryninja-api/tree/dev/platform/mac) +* [FreeBSD](https://github.com/Vector35/binaryninja-api/tree/dev/platform/freebsd) +* [Decree](https://github.com/Vector35/binaryninja-api/tree/dev/platform/decree) +* [EFI](https://github.com/Vector35/binaryninja-api/tree/dev/platform/efi) + + ## Related Repositories -In addition to this main API repository being open source Vector35 also has open sourced Architecture, Platform, BinaryView and Debugger plugins open source as well: +In addition to this main API repository being open source Vector35 also has open sourced Architecture, BinaryView and Debugger plugins open source as well: ### Architectures @@ -87,14 +100,6 @@ In addition to this main API repository being open source Vector35 also has open * [ARM64](https://github.com/Vector35/arch-arm64) * [x86/x86_64](https://github.com/Vector35/arch-x86) -### Platforms - -* [Windows](https://github.com/Vector35/binaryninja-api/tree/dev/platform/windows) -* [Linux](https://github.com/Vector35/binaryninja-api/tree/dev/platform/linux) -* [macOS](https://github.com/Vector35/binaryninja-api/tree/dev/platform/mac) -* [FreeBSD](https://github.com/Vector35/binaryninja-api/tree/dev/platform/freebsd) -* [Decree](https://github.com/Vector35/binaryninja-api/tree/dev/platform/decree) - ### BinaryViewTypes * [Mach-O](https://github.com/Vector35/view-macho) -- cgit v1.3.1