diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2023-06-28 23:40:59 +0100 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2023-06-28 23:40:59 +0100 |
| commit | 09e327e88c979de7229e8cb139f9d55a65c881fd (patch) | |
| tree | 4880205be680711b7735090987fd4b11c99ffb75 /docs/dev/plugins.md | |
| parent | e2383ff7820c4bfd2d3a395c7994083d4c37e76e (diff) | |
small doc changes
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 |
