neater address variable management

This commit is contained in:
2020-11-28 15:31:36 +00:00
parent 45ab02464e
commit 6f6e1ed92c
4 changed files with 69 additions and 24 deletions

View File

@ -104,6 +104,7 @@ result = subprocess.run(
print(f" └─[🤩] All done! The ROP input is saved to {rop_file}!")
if run:
pwnlibexit._run_handlers()
print()
print(f"[ Run Program : ./{exec_file} {rop_file} ]")
os.execv(exec_file, [exec_file, rop_file])
os.execv(exec_file, [exec_file, rop_file])