From 3e19f70c7640700ee8065807a7ead971aae47762 Mon Sep 17 00:00:00 2001 From: Xusheng Date: Tue, 16 Apr 2024 11:23:14 +0800 Subject: Update README.md with new links to arch and binary view typs plugins. Fix https://github.com/Vector35/binaryninja-api/issues/5278 --- README.md | 36 ++++++++++++++++++++++-------------- 1 file changed, 22 insertions(+), 14 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index afc210c1..2d35380a 100644 --- a/README.md +++ b/README.md @@ -88,31 +88,39 @@ This repository contains all of our Platform plugins available here: * [EFI](https://github.com/Vector35/binaryninja-api/tree/dev/platform/efi) -## Related Repositories +## Architectures + +This repository contains all of our Architecture plugins available here: + +* [ARMv7](https://github.com/Vector35/binaryninja-api/tree/dev/arch/armv7) +* [PPC](https://github.com/Vector35/binaryninja-api/tree/dev/arch/powerpc) +* [MIPS32](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) +* [RISCV](https://github.com/Vector35/binaryninja-api/tree/dev/arch/riscv) -In addition to this main API repository being open source Vector35 also has open sourced Architecture, BinaryView, DebugInfo and Debugger plugins open source as well: -### Architectures +## BinaryViewTypes -* [ARMv7](https://github.com/Vector35/arch-armv7) -* [PPC](https://github.com/Vector35/arch-ppc) -* [MIPS32](https://github.com/Vector35/arch-mips) -* [ARM64](https://github.com/Vector35/arch-arm64) -* [x86/x86_64](https://github.com/Vector35/arch-x86) +This repository contains all of our Binary View Type plugins available here: -### BinaryViewTypes +* [Mach-O](https://github.com/Vector35/binaryninja-api/tree/dev/view/macho) +* [ELF](https://github.com/Vector35/binaryninja-api/tree/dev/view/elf) +* [PE/COFF/TE](https://github.com/Vector35/binaryninja-api/tree/dev/view/pe) +* [MD1Rom](https://github.com/Vector35/binaryninja-api/tree/dev/view/md1rom) -* [Mach-O](https://github.com/Vector35/view-macho) -* [ELF](https://github.com/Vector35/view-elf) -* [PE/COFF](https://github.com/Vector35/view-pe) -### DebugInfo +## DebugInfo * [DWARF Import](https://github.com/Vector35/binaryninja-api/tree/dev/rust/examples/dwarf/dwarf_import) -### Debugger + +## Related Repositories + +In addition to this main API repository being open source Vector35 also has open sourced the Debugger and the Objective-C plugins open source as well: * [Debugger](https://github.com/Vector35/debugger) +* [workflow_objc](https://github.com/Vector35/workflow_objc) ## Licensing -- cgit v1.3.1