mirror of
https://github.com/dobin/SuperMega
synced 2026-06-02 17:27:10 +00:00
Merge branch 'main' of https://github.com/dobin/SuperMega
This commit is contained in:
+2
-2
@@ -34,8 +34,8 @@ class PayloadLocation(Enum):
|
||||
|
||||
|
||||
class CarrierInvokeStyle(Enum):
|
||||
ChangeEntryPoint = "change AddressOfEntryPoint"
|
||||
BackdoorCallInstr = "hijack branching instruction in entrypoint"
|
||||
ChangeEntryPoint = "change EntryPoint"
|
||||
BackdoorCallInstr = "hijack Main"
|
||||
|
||||
|
||||
class FunctionInvokeStyle(Enum):
|
||||
|
||||
Reference in New Issue
Block a user