Skip to content
/ tracer Public

tracer is a simple debugger written to get a better understanding of how debuggers work

Notifications You must be signed in to change notification settings

paalka/tracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tracer

Use make to build the binary.

Usage

./tracer <program to debug>

Available commands

  • run - runs the program.
  • b - sets a new breakpoint at the given address.
  • cont - continues execution after encountering a breakpoint.
  • r - prints all registers.

Addresses can for instance be fetched using objdump -d <program to debug>.

About

tracer is a simple debugger written to get a better understanding of how debuggers work

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published