terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ SetupCryptoForExtract()

void Ionic.Zip.ZipEntry.SetupCryptoForExtract ( string password)
inlineprivate

Definition at line 1511 of file ZipEntry.cs.

1512 {
1513 do
1514 {
1515 EncryptionAlgorithm encryption_FromZipFile = this._Encryption_FromZipFile;
1516 }
1517 while (password == null);
1520 this.SetFdpLoh();
1523 ZipCrypto zipCrypto = ZipCrypto.ForRead(password, this);
1525 }
class f__AnonymousType0<< Count > j__TPar
EncryptionAlgorithm _Encryption_FromZipFile
Definition ZipEntry.cs:2465

References Ionic.Zip.ZipEntry.__FileDataPosition, Ionic.Zip.ZipEntry._Encryption_FromZipFile, Ionic.Zip.ZipEntry.ArchiveStream, Ionic.Zip.ZipCrypto.ForRead(), j__TPar, and Ionic.Zip.ZipEntry.SetFdpLoh().