diff options
| author | Josh Ferrell <josh@vector35.com> | 2024-06-17 15:05:35 -0400 |
|---|---|---|
| committer | Josh Ferrell <josh@vector35.com> | 2024-06-21 10:38:39 -0400 |
| commit | 38e719b90b89aa45ebeda1c41dc9a9edd42cdc90 (patch) | |
| tree | f1792ff8153b18da5a3e8bfeb6c98fcce9af7994 /docs/about | |
| parent | aa9c28e91b5c2ef6ab0e2aff7e44f8a16de998f7 (diff) | |
Demangle function names recovered from DWARF
Diffstat (limited to 'docs/about')
| -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 c191c5a6..58668b6f 100644 --- a/docs/about/open-source.md +++ b/docs/about/open-source.md @@ -72,6 +72,7 @@ The previous tools are used in the generation of our documentation, but are not - [clang-sys] ([clang-sys license] - APACHE 2.0) - [core-foundation-sys] ([core-foundation-sys license] - APACHE 2.0 / MIT) - [core-foundation] ([core-foundation license] - APACHE 2.0 / MIT) + - [cpp-demangle] ([cpp-demangle license] - APACHE 2.0 / MIT) - [cpufeatures] ([cpufeatures license] - APACHE 2.0 / MIT) - [crc] ([crc license] - APACHE 2.0 / MIT) - [crc-catalog] ([crc-catalog license] - APACHE 2.0 / MIT) @@ -426,6 +427,8 @@ Please note that we offer no support for running Binary Ninja with modified Qt l [core-foundation-sys license]: https://github.com/servo/core-foundation-rs/blob/master/LICENSE-MIT [core-foundation]: https://github.com/servo/core-foundation-rs [core-foundation license]: https://github.com/servo/core-foundation-rs/blob/master/LICENSE-MIT +[cpp-demangle]: https://github.com/gimli-rs/cpp_demangle +[cpp-demangle license]: https://github.com/gimli-rs/cpp_demangle/blob/master/LICENSE-MIT [cpufeatures]: https://github.com/RustCrypto/utils/tree/master/cpufeatures [cpufeatures license]: https://github.com/RustCrypto/utils/blob/master/cpufeatures/LICENSE-MIT [crc]: https://github.com/mrhooray/crc-rs |
