mirror of
https://github.com/dobin/SuperMega
synced 2026-06-03 01:27:11 +00:00
feature: inject into dll basic support
This commit is contained in:
+1
-4
@@ -195,10 +195,7 @@ def start_real(settings: Settings):
|
||||
if payload_exit_code != 0:
|
||||
raise Exception("Payload exit code: {}".format(payload_exit_code))
|
||||
elif settings.try_start_final_infected_exe:
|
||||
logger.info("--[ Start infected exe: {}".format(settings.inject_exe_out))
|
||||
run_process_checkret([
|
||||
settings.inject_exe_out,
|
||||
], check=True)
|
||||
run_exe(settings.inject_exe_out)
|
||||
|
||||
|
||||
def obfuscate_shc_loader(file_shc_in, file_shc_out):
|
||||
|
||||
Reference in New Issue
Block a user