From 024e0f2d27bfd4f1fab912596aa8afed07e897ab Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Wed, 16 Jul 2025 18:21:07 -0400 Subject: add scc to open source documentation, resolves #7098 --- docs/about/open-source.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') 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 -- cgit v1.3.1