Add support to extract keys from protected exe

This commit is contained in:
2026-06-09 23:12:47 +08:00
parent 789711214a
commit ee7b34cadf
3 changed files with 45 additions and 2 deletions

13
Cargo.lock generated
View File

@@ -1510,6 +1510,18 @@ dependencies = [
"rle-decode-fast",
]
[[package]]
name = "libsteamless"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73e463ef0797adef557f8747a89ea24fcc402b787f4c75465c8b3392ccc73fc3"
dependencies = [
"aes",
"anyhow",
"cbc",
"pelite",
]
[[package]]
name = "libtlg-rs"
version = "0.2.4"
@@ -1681,6 +1693,7 @@ dependencies = [
"json",
"lazy_static",
"libflac-sys",
"libsteamless",
"libtlg-rs",
"lz4",
"markup5ever",