WIP pfl upg extractor

This commit is contained in:
theubusu
2025-09-27 00:31:18 +02:00
parent 81fd148cb8
commit 6e8fd5f0cc
7 changed files with 441 additions and 29 deletions
+5 -1
View File
@@ -11,4 +11,8 @@ aes = "0.8.4"
cbc = "0.1.2"
md5 = "0.7"
sha1 = "0.10"
flate2 = "1.0"
flate2 = "1.0"
rsa = { version = "0.9", features = ["hazmat"] }
hex = "0.4"
ecb = "0.1"
block-padding = "0.3"