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
+1
View File
@@ -16,6 +16,7 @@ PATH_PAYLOAD = "data/source/payload/"
PATH_DECODER = "data/source/carrier/decoder/"
PATH_ANTIEMULATION = "data/source/carrier/antiemulation/"
PATH_DECOY = "data/source/carrier/decoy/"
PATH_WEB_PROJECT = "projects/"
+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