diff options
| author | Rusty Wagner <rusty@vector35.com> | 2018-08-28 17:19:32 -0400 |
|---|---|---|
| committer | Rusty Wagner <rusty@vector35.com> | 2018-08-28 17:19:32 -0400 |
| commit | 20e06506a3d96c7327ca5d729ab01e8c2a7cff3c (patch) | |
| tree | 65880063ccbdcb45cc247a0138915d8560d2ec27 /docs/about | |
| parent | 5841af2db8e8dcf4e0da0c438ac040c5fa90038b (diff) | |
| parent | 426bb3d8b47b93658bf969c429a8b98adae13c30 (diff) | |
Merge branch 'dev' into test_stack_adjust
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 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/ |
