From 09e327e88c979de7229e8cb139f9d55a65c881fd Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Wed, 28 Jun 2023 23:40:59 +0100 Subject: small doc changes --- docs/dev/plugins.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/dev/plugins.md') 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 -- cgit v1.3.1