Open VitorRamos opened 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.
@VitorRamos nice work! 😊👍
What is missing to get this out of draft?
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.