mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-20 19:04:38 +08:00
Add support to extract keys from protected exe
This commit is contained in:
13
Cargo.lock
generated
13
Cargo.lock
generated
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user