diff options
| author | Jordan <jordan@psifertex.com> | 2017-04-13 17:13:07 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-04-13 17:13:07 -0400 |
| commit | 860280bf77f0a79da442e76313252129e4789686 (patch) | |
| tree | 8ac6f51d1db374f39f6114712f91dabc3eda08ee /README.md | |
| parent | 844abdd0ef9eab973845020b3571af7771398183 (diff) | |
Update README.md
add note about branches
Diffstat (limited to 'README.md')
| -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). |
