diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2017-04-17 19:09:26 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2017-04-17 19:09:26 -0400 |
| commit | 0e91ff0d727e28e103c06dcb3e52e25ec78d0a34 (patch) | |
| tree | c45b7dece62a08789d9a551fbeab58f7e4924164 | |
| parent | 303a1501096ef09cace965f7bf7a95f8e32454cc (diff) | |
| parent | 860280bf77f0a79da442e76313252129e4789686 (diff) | |
Merge branch 'dev' of github.com:Vector35/binaryninja-api into dev
| -rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -4,6 +4,10 @@ This repository contains documentation and source code for the [Binary Ninja](https://binary.ninja/) reverse engineering platform API. +## Branches + +Please note that the [dev](/Vector35/binaryninja-api/tree/dev/) branch tracks changes on the `dev` build of binary ninja and is generally the place where all pull requests should be submitted to. However, the [master](/Vector35/binaryninja-api/tree/master/) branch tracks the `stable` build of Binary Ninja which is the default version run after installation. Online [documentation](https://api.binary.ninja/) tracks the stable branch. + ## Contributing 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). |
