Skip to content

Commit

Permalink
Update attribution to include DbgEng. Fix Vector35#582
Browse files Browse the repository at this point in the history
  • Loading branch information
xusheng6 committed Nov 7, 2024
1 parent f082ea7 commit 19c5085
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@ The debugger is already shipped with Binary Ninja in stable and development bran

The Binary Ninja Debugger is open-source with [Apache License 2.0](https://raw.githubusercontent.com/Vector35/debugger/dev/LICENSE)

For other open-source components and their respective licenses, please refer to this [list](open-source.md).
For other open-source or redistributable components and their respective licenses, please refer to this
[list](https://dev-docs.binary.ninja/guide/debugger/index.html#open-source).
9 changes: 5 additions & 4 deletions docs/guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -600,9 +600,10 @@ If you encounter a bug, please file [an issue](https://github.com/Vector35/debug

## Open-Source

Vector 35 is grateful for the following open source packages that are used in Binary Ninja debugger:
Vector 35 is grateful for the following open-source or redistributable packages that are used in Binary Ninja debugger:

- [fmt](https://github.com/fmtlib/fmt) ([fmt license](https://github.com/fmtlib/fmt/blob/master/LICENSE) - MIT)
- [pugixml](https://pugixml.org/) ([pugixml license](https://pugixml.org/license.html) - MIT)
- [gdb](https://www.gnu.org/software/gdb) ([GPLv3](https://www.gnu.org/licenses/gpl-3.0.html))
- [lldb](https://lldb.llvm.org/) ([Apache 2.0 License with LLVM exceptions](https://llvm.org/docs/DeveloperPolicy.html#new-llvm-project-license-framework))
- [GDB](https://www.gnu.org/software/gdb) ([GPLv3](https://www.gnu.org/licenses/gpl-3.0.html))
- [LLDB](https://lldb.llvm.org/) ([Apache 2.0 License with LLVM exceptions](https://llvm.org/docs/DeveloperPolicy.html#new-llvm-project-license-framework))
- [Settings icon](https://www.iconfinder.com/icons/9035575/settings_outline_icon) ([MIT](https://opensource.org/license/mit/))
- [DbgEng](https://www.nuget.org/packages/Microsoft.Debugging.Platform.DbgEng)([Microsoft Windows SDK License](https://aka.ms/WinSDKLicenseURL))
4 changes: 0 additions & 4 deletions open-source.md

This file was deleted.

0 comments on commit 19c5085

Please sign in to comment.