summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXusheng <xusheng@vector35.com>2024-04-16 11:23:14 +0800
committerXusheng <xusheng@vector35.com>2024-04-16 11:26:01 +0800
commit3e19f70c7640700ee8065807a7ead971aae47762 (patch)
tree9a78566721193444a43f00b189edce27ad4d0bb9
parent945d542a43a1ca89b80129aba5fd42a4d405d8a7 (diff)
Update README.md with new links to arch and binary view typs plugins. Fix https://github.com/Vector35/binaryninja-api/issues/5278
-rw-r--r--README.md36
1 files changed, 22 insertions, 14 deletions
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