diff --git a/supermega.py b/supermega.py index 1d9c01c..f85ec3c 100644 --- a/supermega.py +++ b/supermega.py @@ -281,7 +281,7 @@ def start(options): output.write(data) debug_data["final_shellcode"] = data - if options["verify"]: + if options["verify"] and options["source_style"] == SourceStyle.peb_walk: print("--[ Verify final shellcode ]") if not verify_shellcode(main_shc_file): print("Could not verify, still continuing")