mirror of
https://github.com/dobin/SuperMega
synced 2026-06-02 17:27:10 +00:00
fix: verification issue
This commit is contained in:
+1
-2
@@ -234,9 +234,8 @@ def start_real(settings: Settings):
|
||||
payload_exit_code = phases.injector.verify_injected_exe(
|
||||
settings.inject_exe_out,
|
||||
dllfunc=settings.dllfunc)
|
||||
logging.info("Payload exit code: {}".format(payload_exit_code))
|
||||
if payload_exit_code != 0:
|
||||
raise Exception("Payload exit code: {}".format(payload_exit_code))
|
||||
logger.warning("Payload exit code: {}".format(payload_exit_code))
|
||||
elif settings.try_start_final_infected_exe:
|
||||
run_exe(settings.inject_exe_out, dllfunc=settings.dllfunc)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user