remove more null bytes

This commit is contained in:
2020-11-30 16:58:37 +00:00
parent ea9a78d8b9
commit b61a844605
3 changed files with 5 additions and 1 deletions

View File

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