diff options
| author | Peter LaFosse <peter@vector35.com> | 2023-06-14 09:46:51 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-14 09:46:51 -0400 |
| commit | 49b90e2334a5532ed1c98ae99a07b0438c407be4 (patch) | |
| tree | 2fe623c112f9461d6b1edd46bc4af1191625fe67 /README.md | |
| parent | 4767031ac2b6534043df402a4b62a7cffbc0071d (diff) | |
Updates to README.md
Moved 'Platforms' out of 'Related Repositories' and into is own section, added link to EFI platform
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 23 |
1 files changed, 14 insertions, 9 deletions
@@ -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) |
