mirror of
https://github.com/dobin/SuperMega
synced 2026-06-02 17:27:10 +00:00
refactor: cleanup 3
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ class Settings():
|
||||
self.short_call_patching: bool = False
|
||||
|
||||
# Injectable
|
||||
self.inject_mode: int = 2
|
||||
self.inject_mode: InjectStyle = InjectStyle.BackdoorCallInstr
|
||||
self.inject_exe_in: FilePath = ""
|
||||
self.inject_exe_out: FilePath = ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user