mirror of
https://github.com/dobin/SuperMega
synced 2026-06-02 17:27:10 +00:00
refactor: cleanup 1
This commit is contained in:
@@ -14,7 +14,6 @@ class Settings():
|
||||
self.short_call_patching: bool = False
|
||||
|
||||
# Injectable
|
||||
self.inject: bool = False
|
||||
self.inject_mode: int = 2
|
||||
self.inject_exe_in: FilePath = ""
|
||||
self.inject_exe_out: FilePath = ""
|
||||
@@ -22,8 +21,6 @@ class Settings():
|
||||
# Debug
|
||||
self.show_command_output = False
|
||||
self.verify: bool = False
|
||||
self.try_start_loader_shellcode: bool = False
|
||||
self.try_start_final_shellcode: bool = False
|
||||
self.try_start_final_infected_exe: bool = False
|
||||
self.cleanup_files_on_start: bool = True
|
||||
self.cleanup_files_on_exit: bool = True
|
||||
|
||||
Reference in New Issue
Block a user