From d6946973f49e6d6b181ed0efb6d40c23c8afdb7d Mon Sep 17 00:00:00 2001 From: Josh Ferrell Date: Tue, 8 Oct 2024 14:22:06 -0400 Subject: Add support for zstd compressed DWARF, simplify handling of zlib compressed DWARF, improve DWARF error handling --- 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 ea45a19c..5e8da5a6 100644 --- a/docs/about/open-source.md +++ b/docs/about/open-source.md @@ -247,6 +247,7 @@ The previous tools are used in the generation of our documentation, but are not - [which] ([which license] - MIT) - [x509-signature] ([x509-signature license] - APACHE 2.0 / MIT) - [zerocopy] ([zerocopy license] - APACHE 2.0 / MIT) + - [zstd-rs] ([zstd-rs license] - MIT) * Other - [yasm] ([yasm license] - 2-clause BSD) used for assembling x86 and x64 @@ -356,6 +357,8 @@ Please note that we offer no support for running Binary Ninja with modified Qt l [JSON for Modern C++ license]: https://github.com/nlohmann/json/blob/develop/LICENSE.MIT [zstd]: https://github.com/facebook/zstd/ [zstd license]: https://github.com/facebook/zstd/blob/dev/LICENSE +[zstd-rs]: https://github.com/gyscos/zstd-rs +[zstd-rs license]: https://github.com/gyscos/zstd-rs/blob/main/LICENSE [deprecation]: https://github.com/briancurtin/deprecation [deprecation license]: https://github.com/briancurtin/deprecation/blob/master/LICENSE [API / Documentation]: https://github.com/vector35/binaryninja-api -- cgit v1.3.1