feature: DLL support

This commit is contained in:
Dobin
2024-04-07 22:50:43 +01:00
parent a488cf1b17
commit c6a0cf14b0
8 changed files with 111 additions and 102 deletions
+2
View File
@@ -14,6 +14,8 @@ class Settings():
self.dataref_style: DataRefStyle = DataRefStyle.APPEND
self.short_call_patching: bool = False
self.dllfunc: str = "" # For DLL injection
# Injectable
self.carrier_invoke_style: CarrierInvokeStyle = CarrierInvokeStyle.BackdoorCallInstr
self.inject_exe_in: FilePath = ""