mirror of
https://github.com/dobin/SuperMega
synced 2026-06-02 17:27:10 +00:00
refactor: improve sirallocalot
This commit is contained in:
@@ -23,6 +23,10 @@ class Settings():
|
||||
|
||||
self.dllfunc: str = "" # For DLL injection
|
||||
|
||||
# Anti-debugging
|
||||
self.sir_iteration_count: int = 5
|
||||
self.sir_alloc_count: int = 100
|
||||
|
||||
# Injectable
|
||||
self.carrier_invoke_style: CarrierInvokeStyle = CarrierInvokeStyle.BackdoorCallInstr
|
||||
self.inject_exe_in: FilePath = ""
|
||||
|
||||
Reference in New Issue
Block a user