Skip to content

utox39/syscall_tracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

syscall_tracer

Warning

This tool was created for fun and learning purposes only.

Description

syscall_tracer is a simple Linux syscall tracer written in C for x86_64 programs.

It uses ptrace to intercept and log system calls executed by a target process.

Requirements

Installation

# clone the repo
$ git clone https://github.com/utox39/syscall_tracer.git

# cd to the path
cd path/to/syscall_tracer

# Build syscall_tracer
make

Usage

usage: ./syscall_tracer <executable/program
$ syscall_tracer ./hello

About

Simple Linux syscall tracer written in C for x86_64 programs

Resources

License

Stars

Watchers

Forks

Releases

No releases published