diff options
| author | Josh Ferrell <josh@vector35.com> | 2024-10-08 14:22:06 -0400 |
|---|---|---|
| committer | Josh Ferrell <josh@vector35.com> | 2024-10-08 14:22:06 -0400 |
| commit | d6946973f49e6d6b181ed0efb6d40c23c8afdb7d (patch) | |
| tree | 3fa1a1af0a44aaf5fead1cc38a69b995d91f6d9c /docs | |
| parent | a81692cde97ba3a0b51b5fc43d2680a973a0e329 (diff) | |
Add support for zstd compressed DWARF, simplify handling of zlib compressed DWARF, improve DWARF error handling
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 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 |
