secREtary icon indicating copy to clipboard operation
secREtary copied to clipboard

Add a basic syscall tracer module to LogMaker

Open R3x opened this issue 4 years ago • 7 comments

Basic syscall tracer module for our project.

  • [x] Hook syscalls and log them
  • [x] Store the address of the syscall
  • [x] Get the arguments (hopefully by getting an sense of the no of arguments for each syscall)
  • [ ] Find the address of the function if available
  • [ ] Sort syscalls - by the calling function

R3x avatar Apr 13 '20 18:04 R3x