diff options
| author | KyleMiles <krm504@nyu.edu> | 2018-08-16 12:40:10 -0400 |
|---|---|---|
| committer | KyleMiles <krm504@nyu.edu> | 2018-08-16 12:40:10 -0400 |
| commit | 48e6c7bb5dfd933d5515832aed426226f8d63e22 (patch) | |
| tree | 2dfbc531879affda3e140d6fe872a9d94773e28f /docs/about/open-source.md | |
| parent | e9db9c0b3626a5d16b522caf26041c0375c8b30b (diff) | |
Add XED Attribution
Diffstat (limited to 'docs/about/open-source.md')
| -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 be9725d0..81ef1e69 100644 --- a/docs/about/open-source.md +++ b/docs/about/open-source.md @@ -32,6 +32,7 @@ The previous tools are used in the generation of our documentation, but are not * Other - [yasm] ([yasm license] - 2-clause BSD) used for assembling x86 and x64 + - [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 * Upvector update library @@ -97,5 +98,7 @@ Please note that we offer no support for running Binary Ninja with modified Qt l [unsign]: https://github.com/steakknife/unsign [yasm license]: https://github.com/yasm/yasm/blob/master/BSD.txt [yasm]: http://yasm.tortall.net/ +[xed]: http://www.github.com/intelxed/xed/ +[xed license]: http://www.github.com/intelxed/xed/blob/master/LICENSE [zlib license]: http://www.zlib.net/zlib_license.html [zlib]: http://www.zlib.net/ |
