Add support to read hxv4 key from game exe

This commit is contained in:
2026-06-09 17:02:17 +08:00
parent df25f54fb0
commit 21f1e14d26
4 changed files with 656 additions and 7 deletions

11
Cargo.lock generated
View File

@@ -1708,6 +1708,7 @@ dependencies = [
"siphasher",
"stylua",
"tendril",
"tjs2dec",
"toml 1.1.2+spec-1.1.0",
"unicode-segmentation",
"url",
@@ -2601,6 +2602,16 @@ dependencies = [
"zerovec",
]
[[package]]
name = "tjs2dec"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca509921484296b2a003d13a332bae26dbbe7e67fac0d1a69cf7fb201926062c"
dependencies = [
"anyhow",
"clap 4.6.1",
]
[[package]]
name = "toml"
version = "0.8.23"