mirror of
https://github.com/UMSKT/peacestone.git
synced 2025-07-01 09:27:43 +02:00
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("NOPPED STARTING @ " + hex(jmp_insert_addr))
|
||||||
|
|
||||||
print("PASS1")
|
# print("PASS1")
|
||||||
|
|
||||||
try:
|
try:
|
||||||
ql.run(begin=jmp_insert_addr, end=instrs[ret].address)
|
ql.run(begin=jmp_insert_addr, end=instrs[ret].address)
|
||||||
@ -703,7 +703,7 @@ def get_all_stubs():
|
|||||||
bad_stubs.append(jmp_insert_addr)
|
bad_stubs.append(jmp_insert_addr)
|
||||||
continue
|
continue
|
||||||
|
|
||||||
print("PASS2")
|
# print("PASS2")
|
||||||
|
|
||||||
# print("HANDLER @ " + hex(handler_addr))
|
# print("HANDLER @ " + hex(handler_addr))
|
||||||
# print("JUMP TARGET @ " + hex(next_addr))
|
# print("JUMP TARGET @ " + hex(next_addr))
|
||||||
@ -1013,4 +1013,4 @@ if __name__ == "__main__":
|
|||||||
|
|
||||||
print("Done! Saving.")
|
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…
x
Reference in New Issue
Block a user