@@ -50,15 +50,17 @@ The previous tools are used in the generation of our documentation, but are not
5050 - [ capstone] ([ capstone license] - 3-clause BSD) used in the [ PPC architecture module] as an example of how to wrap an external disassembler
5151 - [ flatbuffer] ([ flatbuffer license] - Apache License 2.0) used in the binary format for the function fingerprint libraries
5252 - [ deprecation] ([ deprecation license] - Apache License 2.0) used in the Python API for marking deprecated functions/properties/classes
53+ - [ GraalVM CE] ([ GraalVM CE license] - GPLv2 with the "Classpath" Exception) used in building the Ghidra DB FFI for the Ghidra Import plugin
5354
5455## Rust Licenses
5556
56- Due to its different document generation system, all our rust dependencies and their licenses are collected in:
57+ Due to its different document generation system, all our rust dependencies and their licenses are collected in:
5758
5859* [ Binary Ninja Core Rust Licenses] ( ./rust-binaryninjacore.html )
5960* [ Binary Ninja API Rust Licenses] ( ./rust-binaryninja-api.html )
6061* [ Tricore Rust Licenses] ( ./rust-tricore.html )
6162* [ C-SKY Rust Licenses] ( ./rust-csky.html )
63+ * [ Ghidra Import Rust Licenses] ( ./rust-ghidra-import.html )
6264
6365## First Party Open Source
6466
@@ -72,6 +74,7 @@ Due to its different document generation system, all our rust dependencies and t
7274 - [ DWARF Export] - ([ dwarf export license] - MIT)
7375 - [ IDB Import] - ([ idb import license] - MIT)
7476 - [ SCC] - ([ scc license] - MIT)
77+ - [ Ghidra DB FFI] - ([ Ghidra DB FFI license] - Apache License 2.0)
7578
7679## Building Qt
7780
@@ -187,3 +190,7 @@ Please note that we offer no support for running Binary Ninja with modified Qt l
187190[ scc license ] : https://github.com/Vector35/scc/blob/master/LICENSE.txt
188191[ openssl ] : https://github.com/openssl/openssl
189192[ openssl license ] : https://github.com/openssl/openssl/blob/master/LICENSE.txt
193+ [ Ghidra DB FFI ] : https://github.com/Vector35/ghidra-db-ffi
194+ [ Ghidra DB FFI license ] : https://github.com/Vector35/ghidra-db-ffi/blob/main/LICENSE
195+ [ GraalVM CE ] : https://github.com/oracle/graal/
196+ [ GraalVM CE license ] : https://github.com/oracle/graal/blob/master/LICENSE
0 commit comments