summaryrefslogtreecommitdiff
path: root/rust/plugin_examples/README.md
diff options
context:
space:
mode:
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