MiniStrace

A simple implmentation of linux syscall tracer

Description

ministrace is a simple implementation of linux strace which trace's the system calls made by any application. Ministrace at its current state prints the syscall numbers for the system calls made by the applications.

Demo

img

Todo

  1. Convert the syscall numbers to human readable string
  2. Improve functionality