summaryrefslogtreecommitdiff
path: root/rust/plugin_examples/README.md
diff options
context:
space:
mode:
authorMason Reed <mason@vector35.com>2026-02-06 14:20:08 -0800
committerMason Reed <35282038+emesare@users.noreply.github.com>2026-02-23 00:09:44 -0800
commit6f6c8465102907703f8caedc3e151bfb080893c8 (patch)
tree88cf58ea6e2f55e38c191673363db075ffb9dea9 /rust/plugin_examples/README.md
parent2ca64121c90455facf54f124e0a033af4c75d30f (diff)
[Rust] Misc documentation improvements
Diffstat (limited to 'rust/plugin_examples/README.md')
-rw-r--r--rust/plugin_examples/README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/rust/plugin_examples/README.md b/rust/plugin_examples/README.md
new file mode 100644
index 00000000..1f49df99
--- /dev/null
+++ b/rust/plugin_examples/README.md
@@ -0,0 +1,10 @@
+# Plugin Examples
+
+These are examples of plugins that can be used to extend Binary Ninja's functionality. Each directory contains a crate
+that when built produces a shared library that can then be placed into the `plugins` directory of your Binary Ninja
+installation.
+
+For more information on installing plugins, refer to the user documentation [here](https://docs.binary.ninja/guide/plugins.html#using-plugins).
+
+For more examples of plugins, see the [plugins directory](https://github.com/Vector35/binaryninja-api/tree/dev/plugins)
+which contains a number of plugins bundled with Binary Ninja. \ No newline at end of file