From f5e905210473081e3dfda8874c38ada3267517c8 Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Wed, 5 Oct 2022 17:23:24 -0400 Subject: Update open-source.md for pdb-rs --- 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 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 -- cgit v1.3.1