mirror of
https://github.com/dobin/SuperMega
synced 2026-06-02 17:27:10 +00:00
refactor: make decoy a plugin too
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user