diff options
| -rw-r--r-- | README.md | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -1,12 +1,14 @@ # Binary Ninja API -This repository contains documentation and source code for the [Binary Ninja](https://binary.ninja/) reverse engineering platform. +This repository contains documentation and source code for the [Binary Ninja](https://binary.ninja/) reverse engineering platform API. ## Contributing -Public contributions are welcome to this repository. However, first please read and sign the [Contribution License Agreement](https://binary.ninja/). Next, email a your signed copy of the license to the contact listed at the bottom of [https://binary.ninja/](https://binary.ninja/) along with your github username. Once that email is confirmed, any pending pull requests will be evaluated for inclusion. +Public contributions are welcome to this repository. All the API and documentation in this repository is licensed under an MIT license, however, the API interfaces with a closed-source commercial application, [Binary Ninja](https://binary.ninja). + +If interested in contributing, first please read and sign the [Contribution License Agreement](https://binary.ninja/). Next, email a your signed copy of the license to info@binary.ninja along with your github username. Once that email is confirmed, any pending pull requests will be evaluated for inclusion. ## Issues -The issue tracker for this repository tracks not only issues with the source code contained here but also the broader Binary Ninja product +The issue tracker for this repository tracks not only issues with the source code contained here but also the broader Binary Ninja product. |
