refactor: make decoy a plugin too

This commit is contained in:
Dobin Rutishauser
2024-06-10 10:06:24 +02:00
parent 85585e598e
commit 71b38a064c
8 changed files with 24 additions and 7 deletions
+3 -1
View File
@@ -13,7 +13,9 @@ class Settings():
self.carrier_name: str = ""
self.decoder_style: DecoderStyle = DecoderStyle.XOR_1
self.short_call_patching: bool = False
self.antiemulation = "timeraw"
self.plugin_antiemulation = "timeraw"
self.plugin_decoy = "none"
self.dllfunc: str = "" # For DLL injection