mirror of
https://github.com/dobin/SuperMega
synced 2026-06-02 17:27:10 +00:00
ui: make nicer + plugins
This commit is contained in:
+4
-3
@@ -17,6 +17,7 @@ PATH_PAYLOAD = "data/source/payload/"
|
||||
PATH_DECODER = "data/source/decoder/"
|
||||
PATH_ANTIEMULATION = "data/source/antiemulation/"
|
||||
PATH_DECOY = "data/source/decoy/"
|
||||
PATH_GUARDRAILS = "data/source/guardrails/"
|
||||
|
||||
PATH_WEB_PROJECT = "projects/"
|
||||
|
||||
@@ -30,13 +31,13 @@ class DecoderStyle(Enum):
|
||||
|
||||
|
||||
class PayloadLocation(Enum):
|
||||
CODE = "code"
|
||||
DATA = "data"
|
||||
CODE = ".text"
|
||||
DATA = ".rdata"
|
||||
|
||||
|
||||
class CarrierInvokeStyle(Enum):
|
||||
ChangeEntryPoint = "change EntryPoint"
|
||||
BackdoorCallInstr = "hijack Main"
|
||||
BackdoorCallInstr = "backdoor Entrypoint"
|
||||
|
||||
|
||||
class FunctionInvokeStyle(Enum):
|
||||
|
||||
@@ -16,6 +16,7 @@ class Settings():
|
||||
|
||||
self.plugin_antiemulation = "none"
|
||||
self.plugin_decoy = "none"
|
||||
self.plugin_guardrail = "none"
|
||||
|
||||
self.dllfunc: str = "" # For DLL injection
|
||||
|
||||
|
||||
Reference in New Issue
Block a user