fix: no verify of iat_reuse shellcode

This commit is contained in:
Dobin
2024-02-09 17:59:51 +00:00
parent 06a5f988d6
commit c077be0131
+1 -1
View File
@@ -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")