summaryrefslogtreecommitdiff
path: root/docs/about/open-source.md
diff options
context:
space:
mode:
authorJosh Ferrell <josh@vector35.com>2025-10-29 22:32:43 -0400
committerJosh Ferrell <josh@vector35.com>2025-10-30 11:03:20 -0400
commitaf8a0e059aaa036af68ea4387e65822bffb83d18 (patch)
tree431986986becec3d2283636d67a598266bf5f53d /docs/about/open-source.md
parent48cc6561ea898126cb8c1c65d5c4d832a8198c22 (diff)
Add licenses for ghidra import
Diffstat (limited to 'docs/about/open-source.md')
-rw-r--r--docs/about/open-source.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/about/open-source.md b/docs/about/open-source.md
index 321432f5..8550a0cd 100644
--- a/docs/about/open-source.md
+++ b/docs/about/open-source.md
@@ -50,15 +50,17 @@ The previous tools are used in the generation of our documentation, but are not
- [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
- [deprecation] ([deprecation license] - Apache License 2.0) used in the Python API for marking deprecated functions/properties/classes
+ - [GraalVM CE] ([GraalVM CE license] - GPLv2 with the "Classpath" Exception) used in building the Ghidra DB FFI for the Ghidra Import plugin
## Rust Licenses
-Due to its different document generation system, all our rust dependencies and their licenses are collected in:
+Due to its different document generation system, all our rust dependencies and their licenses are collected in:
* [Binary Ninja Core Rust Licenses](./rust-binaryninjacore.html)
* [Binary Ninja API Rust Licenses](./rust-binaryninja-api.html)
* [Tricore Rust Licenses](./rust-tricore.html)
* [C-SKY Rust Licenses](./rust-csky.html)
+* [Ghidra Import Rust Licenses](./rust-ghidra-import.html)
## First Party Open Source
@@ -72,6 +74,7 @@ Due to its different document generation system, all our rust dependencies and t
- [DWARF Export] - ([dwarf export license] - MIT)
- [IDB Import] - ([idb import license] - MIT)
- [SCC] - ([scc license] - MIT)
+ - [Ghidra DB FFI] - ([Ghidra DB FFI license] - Apache License 2.0)
## Building Qt
@@ -187,3 +190,7 @@ Please note that we offer no support for running Binary Ninja with modified Qt l
[scc license]: https://github.com/Vector35/scc/blob/master/LICENSE.txt
[openssl]: https://github.com/openssl/openssl
[openssl license]: https://github.com/openssl/openssl/blob/master/LICENSE.txt
+[Ghidra DB FFI]: https://github.com/Vector35/ghidra-db-ffi
+[Ghidra DB FFI license]: https://github.com/Vector35/ghidra-db-ffi/blob/main/LICENSE
+[GraalVM CE]: https://github.com/oracle/graal/
+[GraalVM CE license]: https://github.com/oracle/graal/blob/master/LICENSE