diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2025-07-16 18:21:07 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2025-07-16 18:38:43 -0400 |
| commit | 024e0f2d27bfd4f1fab912596aa8afed07e897ab (patch) | |
| tree | 49956bbb4d7a758afd29da2aae83c701e7943ad4 /docs | |
| parent | 400c215f98115b1a05ef2f9bff01f0bef4bb29ef (diff) | |
add scc to open source documentation, resolves #7098
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/about/open-source.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/about/open-source.md b/docs/about/open-source.md index 6b4afcac..9870de8e 100644 --- a/docs/about/open-source.md +++ b/docs/about/open-source.md @@ -285,6 +285,7 @@ The previous tools are used in the generation of our documentation, but are not - [DWARF Import] - ([dwarf import license] - MIT) - [DWARF Export] - ([dwarf export license] - MIT) - [IDB Import] - ([idb import license] - MIT) + - [SCC] - ([scc license] - MIT) ## Building Qt @@ -396,6 +397,8 @@ Please note that we offer no support for running Binary Ninja with modified Qt l [dwarf export license]: https://github.com/Vector35/binaryninja-api/blob/dev/LICENSE.txt [IDB Import]: https://github.com/Vector35/binaryninja-api/tree/dev/plugins/idb_import [idb import license]: https://github.com/Vector35/binaryninja-api/blob/dev/LICENSE.txt +[SCC]: https://github.com/Vector35/scc/ +[scc license]: https://github.com/Vector35/scc/blob/master/LICENSE.txt [Rust]: https://www.rust-lang.org/ [Rust license]: https://github.com/rust-lang/rust/blob/master/LICENSE-MIT |
