feature: 2-byte xor key

This commit is contained in:
Dobin
2024-05-20 09:21:44 +01:00
parent 87cb4bfe5b
commit 0e08fde15d
7 changed files with 22 additions and 5 deletions
+1
View File
@@ -11,6 +11,7 @@ class Config(object):
self.debug: bool = False
self.xor_key: int = 0x31
self.xor_key2: bytes = b"\x31\x32"
self.data_fixups = None
self.data_fixup_entries = None