diff --git a/peacestone.py b/peacestone.py index 764dfc5..b694eb9 100644 --- a/peacestone.py +++ b/peacestone.py @@ -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")) \ No newline at end of file + pe.write(BIN_NAME.replace(".exe", ".stoned.exe").replace(".dll", ".stoned.dll"))