alegrey91 / harpoon

🔍 Trace syscalls from user-space functions, by using eBPF
Apache License 2.0
88 stars 3 forks source link

Add support to log system call input parameters #2

Open owen800q opened 1 year ago

owen800q commented 1 year ago

HI @alegrey91 i wonder is it possible to also trace system call input parameters?

alegrey91 commented 1 year ago

Hi @owen800q and thanks for raising the issue!

i wonder is it possible to also trace system call input parameters?

Yes, it is. The scope of the project did not include tracing input parameters at the beginning, but I think this could be a nice improvement :)