refactor: better InvokeStyle name

This commit is contained in:
Dobin
2024-06-05 19:43:35 +01:00
parent 700b1d9e44
commit 5455a1122d
3 changed files with 3 additions and 16 deletions
+2 -2
View File
@@ -32,8 +32,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):