Skip to content

Commit 3e19f70

Browse files
committed
Update README.md with new links to arch and binary view typs plugins. Fix #5278
1 parent 945d542 commit 3e19f70

File tree

1 file changed

+22
-14
lines changed

1 file changed

+22
-14
lines changed

README.md

Lines changed: 22 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -88,31 +88,39 @@ This repository contains all of our Platform plugins available here:
8888
* [EFI](https://github.com/Vector35/binaryninja-api/tree/dev/platform/efi)
8989

9090

91-
## Related Repositories
91+
## Architectures
92+
93+
This repository contains all of our Architecture plugins available here:
94+
95+
* [ARMv7](https://github.com/Vector35/binaryninja-api/tree/dev/arch/armv7)
96+
* [PPC](https://github.com/Vector35/binaryninja-api/tree/dev/arch/powerpc)
97+
* [MIPS32](https://github.com/Vector35/binaryninja-api/tree/dev/arch/mips)
98+
* [ARM64](https://github.com/Vector35/binaryninja-api/tree/dev/arch/arm64)
99+
* [x86/x86_64](https://github.com/Vector35/binaryninja-api/tree/dev/arch/x86)
100+
* [RISCV](https://github.com/Vector35/binaryninja-api/tree/dev/arch/riscv)
92101

93-
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:
94102

95-
### Architectures
103+
## BinaryViewTypes
96104

97-
* [ARMv7](https://github.com/Vector35/arch-armv7)
98-
* [PPC](https://github.com/Vector35/arch-ppc)
99-
* [MIPS32](https://github.com/Vector35/arch-mips)
100-
* [ARM64](https://github.com/Vector35/arch-arm64)
101-
* [x86/x86_64](https://github.com/Vector35/arch-x86)
105+
This repository contains all of our Binary View Type plugins available here:
102106

103-
### BinaryViewTypes
107+
* [Mach-O](https://github.com/Vector35/binaryninja-api/tree/dev/view/macho)
108+
* [ELF](https://github.com/Vector35/binaryninja-api/tree/dev/view/elf)
109+
* [PE/COFF/TE](https://github.com/Vector35/binaryninja-api/tree/dev/view/pe)
110+
* [MD1Rom](https://github.com/Vector35/binaryninja-api/tree/dev/view/md1rom)
104111

105-
* [Mach-O](https://github.com/Vector35/view-macho)
106-
* [ELF](https://github.com/Vector35/view-elf)
107-
* [PE/COFF](https://github.com/Vector35/view-pe)
108112

109-
### DebugInfo
113+
## DebugInfo
110114

111115
* [DWARF Import](https://github.com/Vector35/binaryninja-api/tree/dev/rust/examples/dwarf/dwarf_import)
112116

113-
### Debugger
117+
118+
## Related Repositories
119+
120+
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:
114121

115122
* [Debugger](https://github.com/Vector35/debugger)
123+
* [workflow_objc](https://github.com/Vector35/workflow_objc)
116124

117125
## Licensing
118126

0 commit comments

Comments
 (0)