add ropper

This commit is contained in:
2020-12-02 12:13:45 +00:00
parent b61a844605
commit dc989748f0
4 changed files with 16 additions and 3 deletions

View File

@ -113,4 +113,4 @@ if run:
print()
print(f"[ Run Program : ./{exec_file} {rop_file} ]")
os.execv(exec_file, [exec_file, rop_file])