mirror of
https://github.com/dobin/SuperMega
synced 2026-06-03 01:27:11 +00:00
fix: set default antiemulation to none
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ class Settings():
|
|||||||
self.decoder_style: DecoderStyle = DecoderStyle.XOR_1
|
self.decoder_style: DecoderStyle = DecoderStyle.XOR_1
|
||||||
self.short_call_patching: bool = False
|
self.short_call_patching: bool = False
|
||||||
|
|
||||||
self.plugin_antiemulation = "timeraw"
|
self.plugin_antiemulation = "none"
|
||||||
self.plugin_decoy = "none"
|
self.plugin_decoy = "none"
|
||||||
|
|
||||||
self.dllfunc: str = "" # For DLL injection
|
self.dllfunc: str = "" # For DLL injection
|
||||||
|
|||||||
Reference in New Issue
Block a user