mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-24 20:57:45 +08:00
feat: support unencrypted LIBP archive
This commit is contained in:
@@ -35,6 +35,13 @@ namespace GameRes.Formats.Malie
|
||||
void DecryptBlock (long block_offset, byte[] buffer, int index);
|
||||
}
|
||||
|
||||
public class NoOpDecryptor : IMalieDecryptor
|
||||
{
|
||||
public void DecryptBlock (long block_offset, byte[] buffer, int index)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
public class CamelliaDecryptor : IMalieDecryptor
|
||||
{
|
||||
Camellia m_enc;
|
||||
|
||||
Reference in New Issue
Block a user