summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRusty Wagner <rusty@vector35.com>2020-06-19 15:10:13 -0400
committerRusty Wagner <rusty@vector35.com>2020-06-19 15:10:13 -0400
commit18b85d4d33e61f002605f213623f96ac0fe7f321 (patch)
treeaa1a6197637257324328465b90ce3b3593220a1f /docs
parent409d3f7e976ed1ab67afc7d7d04b87ce82bba143 (diff)
Adding Rust and reqwest library to open source list
Diffstat (limited to 'docs')
-rw-r--r--docs/about/open-source.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/about/open-source.md b/docs/about/open-source.md
index 94f44372..72b30fb9 100644
--- a/docs/about/open-source.md
+++ b/docs/about/open-source.md
@@ -39,6 +39,8 @@ The previous tools are used in the generation of our documentation, but are not
- [xed] ([xed license] - Apache License 2.0) used for disassembling x86, x64, and x16
- [capstone] ([capstone license] - 3-clause BSD) used in the [PPC architecture module] as an example of how to wrap an external disassembler
- [flatbuffer] ([flatbuffer license] - Apache License 2.0) used in the binary format for the function fingerprint libraries
+ - [rust] ([rust license] - MIT)
+ - [reqwest] ([reqwest license] - MIT) used for downloading files
* Upvector update library
- [tomcrypt] ([tomcrypt license] - public domain)
@@ -115,4 +117,8 @@ Please note that we offer no support for running Binary Ninja with modified Qt l
[jemalloc]: https://github.com/jemalloc/jemalloc
[jemalloc license]: https://github.com/jemalloc/jemalloc/blob/master/COPYING
[libxcb]: https://gitlab.freedesktop.org/xorg/lib/libxcb
-[libxcb license]: https://gitlab.freedesktop.org/xorg/lib/libxcb/-/blob/master/COPYING \ No newline at end of file
+[libxcb license]: https://gitlab.freedesktop.org/xorg/lib/libxcb/-/blob/master/COPYING
+[rust]: https://www.rust-lang.org/
+[rust license]: https://github.com/rust-lang/rust/blob/master/LICENSE-MIT
+[reqwest]: https://github.com/seanmonstar/reqwest
+[reqwest license]: https://github.com/seanmonstar/reqwest/blob/master/LICENSE-MIT \ No newline at end of file