Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 421 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 421 Bytes

Call Logger

Referenced in https://gamehacking.academy/lesson/7/6.

An example of a modified Windows debugger that will attach to a running Wesnoth process, locate all call instructions, and change them to an int 3 instruction. When the breakpoint is hit, the location will be logged and the instruction will be restored. Then, after the instruction is executed, an int 3 instruction will be rewritten to the location.