# 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.