Skip to content

A modified Windows debugger that logs all call instructions executed by a process.

License

Notifications You must be signed in to change notification settings

GameHackingAcademy/Call_Logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

A modified Windows debugger that logs all call instructions executed by a process.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages