refactor: prepare antiemulation more modular

This commit is contained in:
Dobin Rutishauser
2024-06-10 09:02:37 +02:00
parent a71daada71
commit 85585e598e
4 changed files with 62 additions and 2 deletions
+1
View File
@@ -13,6 +13,7 @@ class Settings():
self.carrier_name: str = ""
self.decoder_style: DecoderStyle = DecoderStyle.XOR_1
self.short_call_patching: bool = False
self.antiemulation = "timeraw"
self.dllfunc: str = "" # For DLL injection