diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2019-07-01 22:17:31 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2019-07-01 22:17:31 -0400 |
| commit | cc913b0f3667f5a70792f3b36b1bdf764435b01b (patch) | |
| tree | ebef1ebd6f2fbe908e26f56928fcd37c7574404f /docs | |
| parent | c9faafcc0c0b0beeb6cde0ee1359b3e3f27b05a0 (diff) | |
update docs to point to ppc module
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/about/open-source.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/about/open-source.md b/docs/about/open-source.md index 5f020ef4..d9384ab2 100644 --- a/docs/about/open-source.md +++ b/docs/about/open-source.md @@ -32,7 +32,7 @@ The previous tools are used in the generation of our documentation, but are not * Other - [yasm] ([yasm license] - 2-clause BSD) used for assembling x86 and x64 - [xed] ([xed license] - Apache License 2.0) used for disassembling x86, x64, and x16 - - [capstone] ([capstone license] - 3-clause BSD) used in the PPC architecture module as an example of how to wrap an external disassembler + - [capstone] ([capstone license] - 3-clause BSD) used in the [PPC architecture module] as an example of how to wrap an external disassembler * Upvector update library - [tomcrypt] ([tomcrypt license] - public domain) @@ -81,6 +81,7 @@ Please note that we offer no support for running Binary Ninja with modified Qt l [mkdocs]: http://www.mkdocs.org/ [opensans license]: http://www.apache.org/licenses/LICENSE-2.0.html [opensans]: https://www.google.com/fonts/specimen/Open+Sans +[PPC architecture module]: https://github.com/Vector35/ppc-capstone [qt license]: https://www.qt.io/qt-licensing-terms/ [qt]: https://www.qt.io/download/ [sourcecodepro license]: https://github.com/adobe-fonts/source-code-pro/blob/master/LICENSE.md |
