mirror of https://github.com/UMSKT/peacestone.git
Remove debug prints
This commit is contained in:
parent
60a53b8d67
commit
3e6e17ab7d
|
@ -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"))
|
||||
|
|
Loading…
Reference in New Issue