diff options
Diffstat (limited to 'docs/dev/plugins.md')
| -rw-r--r-- | docs/dev/plugins.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/dev/plugins.md b/docs/dev/plugins.md index 3e9fab2c..a03a5cd3 100644 --- a/docs/dev/plugins.md +++ b/docs/dev/plugins.md @@ -353,3 +353,9 @@ Several native plugin examples exist: - [ObjectiveNinja](https://github.com/jonpalmisc/ObjectiveNinja) - [BinExport](https://github.com/google/binexport#binary-ninja) (Used with BinDiff) - [Binliner](https://github.com/holmesmr/binliner) + +## Contributing to Official Plugins + +There are many many official plugins released as open source. Python ones are included in the [official plugin repository](https://github.com/vector35/official-plugins), [native architectures](https://github.com/vector35/?q=arch-&type=all&language=&sort=) are available on GitHub along with several others that are included with the default product such as the [debugger](https://github.com/Vector35/debugger), the [views](https://github.com/vector35/?q=view-&type=public&language=&sort=), [platforms](https://github.com/vector35/?q=platform&type=public&language=&sort=), and some [rust plugins](https://github.com/Vector35/binaryninja-api/tree/dev/rust/examples). + +The first time you contribute, you'll be asked to sign a [CLA](https://gist.github.com/psifertex/a207c2e070f4e342554dc011e920b341) automatically by [cla-assistant](https://cla-assistant.io/). Further commits after the first should not require any changes.
\ No newline at end of file |
