diff options
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 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 |
