- Fixed pkg extraction.

This commit is contained in:
raziel1000 2024-03-02 14:06:10 -07:00 committed by Jonah
parent 58ae9c3ade
commit 7e54255d29
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ bool PKG::Extract(const std::string& filepath, const std::filesystem::path& extr
}
for (int i = 0; i < 7; i++) {
file.Read(key1);
file.Read(key1[i]);
}
PKG::crypto.RSA2048Decrypt(dk3_, key1[3], true); // decrypt DK3