@@ -88,31 +88,39 @@ This repository contains all of our Platform plugins available here:
88
88
* [ EFI] ( https://github.com/Vector35/binaryninja-api/tree/dev/platform/efi )
89
89
90
90
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 )
92
101
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:
94
102
95
- ### Architectures
103
+ ## BinaryViewTypes
96
104
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:
102
106
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 )
104
111
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 )
108
112
109
- ### DebugInfo
113
+ ## DebugInfo
110
114
111
115
* [ DWARF Import] ( https://github.com/Vector35/binaryninja-api/tree/dev/rust/examples/dwarf/dwarf_import )
112
116
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:
114
121
115
122
* [ Debugger] ( https://github.com/Vector35/debugger )
123
+ * [ workflow_objc] ( https://github.com/Vector35/workflow_objc )
116
124
117
125
## Licensing
118
126
0 commit comments