diff options
| author | Glenn Smith <glenn@vector35.com> | 2022-10-05 17:23:24 -0400 |
|---|---|---|
| committer | Glenn Smith <glenn@vector35.com> | 2022-10-05 17:23:24 -0400 |
| commit | f5e905210473081e3dfda8874c38ada3267517c8 (patch) | |
| tree | 2725095000d41d4d4d3938d3b8ee9280b37b8370 /docs/about | |
| parent | 197f69dc73d0f8a0d2c0eee2e0a3784f2cf6b309 (diff) | |
Update open-source.md for pdb-rs
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 136dfea4..85d4db4a 100644 --- a/docs/about/open-source.md +++ b/docs/about/open-source.md @@ -41,6 +41,7 @@ The previous tools are used in the generation of our documentation, but are not - [curl] ([curl license] - MIT) - [nom] ([nom license] - MIT) - [xxHash] ([xxHash License] - 2-clause BSD) + - [pdb (Rust crate)] ([pdb license] - Apache 2.0 / MIT) * Other - [yasm] ([yasm license] - 2-clause BSD) used for assembling x86 and x64 @@ -143,3 +144,5 @@ Please note that we offer no support for running Binary Ninja with modified Qt l [QCheckboxCombo License]: https://github.com/CuriousCrow/QCheckboxCombo/blob/master/LICENSE [xxHash]: https://github.com/Cyan4973/xxHash [xxHash license]: https://github.com/Cyan4973/xxHash/blob/release/LICENSE +[pdb (Rust crate)]: https://github.com/willglynn/pdb +[pdb license]: https://github.com/willglynn/pdb/blob/master/LICENSE-APACHE
\ No newline at end of file |
