summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMason Reed <mason@vector35.com>2025-04-15 22:50:49 -0400
committerMason Reed <mason@vector35.com>2025-04-15 22:50:49 -0400
commit08098af20b50ae81c44ebad09a3f2c05a5255394 (patch)
tree01481f2be54cf3c15cd9caccb29edafc45933c71 /README.md
parent177f9915999e7498cbaad772e0041bb549bd9fda (diff)
Update README with all of the new plugins
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 12 insertions, 2 deletions
diff --git a/README.md b/README.md
index 83c77305..ae8db765 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,5 @@
[![slack](https://img.shields.io/badge/slack-binaryninja-red.svg?logo=slack)](https://slack.binary.ninja/)
-
# Binary Ninja API
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,8 +82,10 @@ If you're interested in contributing when you submit your first PR, you'll recei
This repository contains all of our Platform plugins available here:
* [Windows](https://github.com/Vector35/binaryninja-api/tree/dev/platform/windows)
+* [Windows Kernel](https://github.com/Vector35/binaryninja-api/tree/dev/platform/windows-kernel)
* [Linux](https://github.com/Vector35/binaryninja-api/tree/dev/platform/linux)
* [macOS](https://github.com/Vector35/binaryninja-api/tree/dev/platform/mac)
+* [macOS Kernel](https://github.com/Vector35/binaryninja-api/tree/dev/platform/mac-kernel)
* [FreeBSD](https://github.com/Vector35/binaryninja-api/tree/dev/platform/freebsd)
* [Decree](https://github.com/Vector35/binaryninja-api/tree/dev/platform/decree)
* [EFI](https://github.com/Vector35/binaryninja-api/tree/dev/platform/efi)
@@ -92,7 +93,7 @@ This repository contains all of our Platform plugins available here:
## Architectures
-This repository contains all of the Architecture plugins available in Personal and Commercial editions of Binary Ninja. You can find each architecture here:
+This repository contains all the Architecture plugins available in Personal and Commercial editions of Binary Ninja. You can find each architecture here:
* [x86/x86_64](https://github.com/Vector35/binaryninja-api/tree/dev/arch/x86)
* [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:
* [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)
+* [Shared Cache](https://github.com/Vector35/binaryninja-api/tree/dev/view/sharedcache)
+* [Kernel Cache](https://github.com/Vector35/binaryninja-api/tree/dev/view/kernelcache)
## DebugInfo
@@ -119,6 +122,13 @@ This repository contains all of our Binary View Type plugins available here:
* [PDB Import](https://github.com/Vector35/binaryninja-api/tree/dev/plugins/pdb-ng)
* [IDB Import](https://github.com/Vector35/binaryninja-api/tree/dev/plugins/idb_import)
+## Other Plugins
+
+* [SVD Loader](https://github.com/Vector35/binaryninja-api/tree/dev/plugins/svd/)
+* [RTTI Analysis](https://github.com/Vector35/binaryninja-api/tree/dev/plugins/rtti/)
+* [WARP Integration](https://github.com/Vector35/binaryninja-api/tree/dev/plugins/warp/)
+* [Stack Render Layer](https://github.com/Vector35/binaryninja-api/tree/dev/plugins/stack_render_layer/)
+* [Triage View](https://github.com/Vector35/binaryninja-api/tree/dev/examples/triage/)
## Related Repositories