mirror of
https://github.com/EpinelPS/EpinelPS.git
synced 2025-12-14 16:04:36 +01:00
Outpost is now working
This commit is contained in:
@@ -114,7 +114,6 @@ namespace nksrv.StaticInfo
|
||||
ZipStream = new MemoryStream();
|
||||
AesCtrTransform(decryptionKey2, iv2, dataMs, ZipStream);
|
||||
|
||||
File.WriteAllBytes("decryptednew.zip", ZipStream.ToArray());
|
||||
ZipStream.Position = 0;
|
||||
|
||||
MainZip = new ZipFile(ZipStream, false);
|
||||
|
||||
Reference in New Issue
Block a user