mirror of
https://github.com/dobin/SuperMega
synced 2026-06-03 01:27:11 +00:00
ui: make verify error more visible
This commit is contained in:
+1
-1
@@ -93,6 +93,6 @@ def verify_injected_exe(exefile: FilePath) -> int:
|
||||
os.remove(VerifyFilename)
|
||||
return 0
|
||||
else:
|
||||
logger.warning("---> Verify FAIL. Infected exe does not work (no file created)")
|
||||
logger.error("---> Verify FAIL. Infected exe does not work (no file created)")
|
||||
return 1
|
||||
|
||||
|
||||
+1
-1
@@ -310,7 +310,7 @@ def verify_shellcode(shc_name):
|
||||
os.remove(VerifyFilename)
|
||||
return True
|
||||
else:
|
||||
logger.warning("---> Verify FAIL. Shellcode doesnt work (file was not created)")
|
||||
logger.error("---> Verify FAIL. Shellcode doesnt work (file was not created)")
|
||||
return False
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user