mirror of
https://github.com/dobin/SuperMega
synced 2026-06-03 01:27:11 +00:00
fix: no verify of iat_reuse shellcode
This commit is contained in:
+1
-1
@@ -281,7 +281,7 @@ def start(options):
|
|||||||
output.write(data)
|
output.write(data)
|
||||||
debug_data["final_shellcode"] = data
|
debug_data["final_shellcode"] = data
|
||||||
|
|
||||||
if options["verify"]:
|
if options["verify"] and options["source_style"] == SourceStyle.peb_walk:
|
||||||
print("--[ Verify final shellcode ]")
|
print("--[ Verify final shellcode ]")
|
||||||
if not verify_shellcode(main_shc_file):
|
if not verify_shellcode(main_shc_file):
|
||||||
print("Could not verify, still continuing")
|
print("Could not verify, still continuing")
|
||||||
|
|||||||
Reference in New Issue
Block a user