Remove debug prints

This commit is contained in:
WitherOrNot 2023-08-19 05:05:02 -04:00 committed by GitHub
parent 60a53b8d67
commit 3e6e17ab7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -687,7 +687,7 @@ def get_all_stubs():
# print("NOPPED STARTING @ " + hex(jmp_insert_addr))
print("PASS1")
# print("PASS1")
try:
ql.run(begin=jmp_insert_addr, end=instrs[ret].address)
@ -703,7 +703,7 @@ def get_all_stubs():
bad_stubs.append(jmp_insert_addr)
continue
print("PASS2")
# print("PASS2")
# print("HANDLER @ " + hex(handler_addr))
# print("JUMP TARGET @ " + hex(next_addr))
@ -1013,4 +1013,4 @@ if __name__ == "__main__":
print("Done! Saving.")
pe.write(BIN_NAME.replace(".exe", ".stoned.exe").replace(".dll", ".stoned.dll"))
pe.write(BIN_NAME.replace(".exe", ".stoned.exe").replace(".dll", ".stoned.dll"))