Skip to content

mmxsrup/simple-strace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-strace

Created to learn how strace(1) works.

Usage

Build the program with the following command.

make

When tracing a newly executed program

./strace PROG [ARGS]

For example, to trace ls -l

./strace ls -l

When tracing a program that is already running

./strace -p PID

For example, to trace a running top command (pid = 27891')

./strace -p 27891

About

A simple system call tracer (strace)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages