JakWai01 / lurk

A pretty (simple) alternative to strace
Apache License 2.0
871 stars 28 forks source link

Fix execve not printing arguments #56

Open VitorRamos opened 1 month ago

VitorRamos commented 1 month ago

Execve arguments are not printed becase syscalls are logged only on exit, closes #30, #38. This code it bit of a hack, there is a duplicated call to parse_register_data and the ret code of exit is ignored.

noverby commented 1 month ago

@VitorRamos nice work! 😊👍

What is missing to get this out of draft?