From 6f6c8465102907703f8caedc3e151bfb080893c8 Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Fri, 6 Feb 2026 14:20:08 -0800 Subject: [Rust] Misc documentation improvements --- rust/plugin_examples/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 rust/plugin_examples/README.md (limited to 'rust/plugin_examples') 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 -- cgit v1.3.1