blob: 1f49df99bcd7df54c4caa2380c02a2922ac8af49 (
plain)
1
2
3
4
5
6
7
8
9
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.
|