neater address variable management
This commit is contained in:
@ -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])
|
||||
|
Reference in New Issue
Block a user