69 lines
3.0 KiB
Markdown
69 lines
3.0 KiB
Markdown
# Third-Party Notices and Trademark Acknowledgments
|
|
|
|
Warlock's Stave references certain third-party technologies, products, and
|
|
projects by name in its documentation, code comments, and build scripts.
|
|
These references are made solely for descriptive, compatibility, and
|
|
interoperability purposes. No endorsement, sponsorship, or affiliation
|
|
with any third party is intended or should be inferred.
|
|
|
|
## Trademarks
|
|
|
|
The following names are or may be trademarks or registered trademarks
|
|
of their respective owners. Warlock's Stave uses these names only to describe
|
|
compatibility targets, integration points, or runtime environments.
|
|
|
|
| Name | Owner | Context in This Project |
|
|
|---|---|---|
|
|
| Linux | Linus Torvalds (via Linux Foundation) | Target operating system |
|
|
| Windows | Microsoft Corporation | Target operating system, ETW API |
|
|
| macOS, OS X | Apple Inc. | Target operating system |
|
|
| Java, JVM, JNI | Oracle Corporation | Host integration via JNI bridge |
|
|
| Debian | Debian Project | Tested build environment |
|
|
| Arch Linux | Arch Linux Project | Tested build environment |
|
|
| Docker | Docker, Inc. (now Mirantis) | Container detection |
|
|
| Kubernetes | The Linux Foundation | Container detection |
|
|
| Podman | Red Hat, Inc. | Container detection |
|
|
| Wine, Proton | Wine project / Valve Corporation | Compatibility-layer IPC transport |
|
|
| ClamAV | Cisco Systems, Inc. | Referenced as a scanner backend option |
|
|
| YARA | VirusTotal (Google LLC) | Referenced as a scanner backend option |
|
|
| MinGW | The MinGW-w64 Project | Cross-compilation toolchain |
|
|
| LLVM, Clang | LLVM Foundation | eBPF bytecode compilation |
|
|
| Rust, cargo | Rust Foundation | Programming language and build tool |
|
|
| egui | Emil Ernerfeldt | UI framework |
|
|
| iced-x86 | vtto (GitHub) | Disassembly engine |
|
|
| Ghidra | National Security Agency | Referenced as a potential host application |
|
|
| x64dbg | Duncan Ogilvie | Referenced as a potential host application |
|
|
| ELF | UNIX System Laboratories (historical) | File format analyzed |
|
|
| Intel | Intel Corporation | CPU architecture, vendor GUID in firmware analysis |
|
|
| Microsoft | Microsoft Corporation | Vendor GUID in firmware analysis |
|
|
| UPX | Markus Oberhumer and Laszlo Molnar | Packer detection signature |
|
|
| VMProtect | Oreans Technologies | Packer detection signature |
|
|
| Petite | Ian Luck | Packer detection signature |
|
|
|
|
## Open Source Licenses
|
|
|
|
This project depends on the following open source crates, each
|
|
distributed under their own license. Crate versions are as specified
|
|
in `Cargo.toml`.
|
|
|
|
| Crate | License |
|
|
|---|---|
|
|
| iced-x86 | MIT |
|
|
| serde | MIT OR Apache-2.0 |
|
|
| serde_json | MIT OR Apache-2.0 |
|
|
| async-trait | MIT OR Apache-2.0 |
|
|
| jni | MIT OR Apache-2.0 |
|
|
| lazy_static | MIT OR Apache-2.0 |
|
|
| egui | Apache-2.0 |
|
|
| eframe | Apache-2.0 |
|
|
| bytes | MIT |
|
|
| tracing | MIT |
|
|
| aya | Apache-2.0 OR MIT |
|
|
| tokio | MIT |
|
|
| windows-sys | MIT OR Apache-2.0 |
|
|
|
|
## No Affiliation
|
|
|
|
The "Warlock Architecture Group" listed as the author in `Cargo.toml`
|
|
is a project author identifier. It is not a legal entity and does not
|
|
represent any company, organization, or institution. |