Skip to content

Commit 08098af

Browse files
committed
Update README with all of the new plugins
1 parent 177f991 commit 08098af

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[![slack](https://img.shields.io/badge/slack-binaryninja-red.svg?logo=slack)](https://slack.binary.ninja/)
22

3-
43
# Binary Ninja API
54

65
This repository contains documentation and source code of the C++, Python, and Rust APIs for the [Binary Ninja](https://binary.ninja/) reverse engineering platform.
@@ -83,16 +82,18 @@ If you're interested in contributing when you submit your first PR, you'll recei
8382
This repository contains all of our Platform plugins available here:
8483

8584
* [Windows](https://github.com/Vector35/binaryninja-api/tree/dev/platform/windows)
85+
* [Windows Kernel](https://github.com/Vector35/binaryninja-api/tree/dev/platform/windows-kernel)
8686
* [Linux](https://github.com/Vector35/binaryninja-api/tree/dev/platform/linux)
8787
* [macOS](https://github.com/Vector35/binaryninja-api/tree/dev/platform/mac)
88+
* [macOS Kernel](https://github.com/Vector35/binaryninja-api/tree/dev/platform/mac-kernel)
8889
* [FreeBSD](https://github.com/Vector35/binaryninja-api/tree/dev/platform/freebsd)
8990
* [Decree](https://github.com/Vector35/binaryninja-api/tree/dev/platform/decree)
9091
* [EFI](https://github.com/Vector35/binaryninja-api/tree/dev/platform/efi)
9192

9293

9394
## Architectures
9495

95-
This repository contains all of the Architecture plugins available in Personal and Commercial editions of Binary Ninja. You can find each architecture here:
96+
This repository contains all the Architecture plugins available in Personal and Commercial editions of Binary Ninja. You can find each architecture here:
9697

9798
* [x86/x86_64](https://github.com/Vector35/binaryninja-api/tree/dev/arch/x86)
9899
* [ARM64](https://github.com/Vector35/binaryninja-api/tree/dev/arch/arm64)
@@ -111,6 +112,8 @@ This repository contains all of our Binary View Type plugins available here:
111112
* [ELF](https://github.com/Vector35/binaryninja-api/tree/dev/view/elf)
112113
* [PE/COFF/TE](https://github.com/Vector35/binaryninja-api/tree/dev/view/pe)
113114
* [MD1Rom](https://github.com/Vector35/binaryninja-api/tree/dev/view/md1rom)
115+
* [Shared Cache](https://github.com/Vector35/binaryninja-api/tree/dev/view/sharedcache)
116+
* [Kernel Cache](https://github.com/Vector35/binaryninja-api/tree/dev/view/kernelcache)
114117

115118

116119
## DebugInfo
@@ -119,6 +122,13 @@ This repository contains all of our Binary View Type plugins available here:
119122
* [PDB Import](https://github.com/Vector35/binaryninja-api/tree/dev/plugins/pdb-ng)
120123
* [IDB Import](https://github.com/Vector35/binaryninja-api/tree/dev/plugins/idb_import)
121124

125+
## Other Plugins
126+
127+
* [SVD Loader](https://github.com/Vector35/binaryninja-api/tree/dev/plugins/svd/)
128+
* [RTTI Analysis](https://github.com/Vector35/binaryninja-api/tree/dev/plugins/rtti/)
129+
* [WARP Integration](https://github.com/Vector35/binaryninja-api/tree/dev/plugins/warp/)
130+
* [Stack Render Layer](https://github.com/Vector35/binaryninja-api/tree/dev/plugins/stack_render_layer/)
131+
* [Triage View](https://github.com/Vector35/binaryninja-api/tree/dev/examples/triage/)
122132

123133
## Related Repositories
124134

0 commit comments

Comments
 (0)