this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

xtrace: Add more details for execve

+2 -4
+2 -4
src/xtrace/bsd_trace.cpp
··· 634 634 xtrace_log("}"); 635 635 }; 636 636 637 - // TODO: output more specific information for certain calls 638 - // e.g. the kqueue family of syscalls would definitely be great candidates for this. 639 - // that way, we can see what events have been returned and what the application might be processing now. 637 + // TODO: output more specific information for more calls 640 638 641 639 static const struct { 642 640 int args_cnt; ··· 690 688 [56] = { 1, { print_arg_str } }, // revoke 691 689 [57] = { 2, { print_arg_str, print_arg_str } }, // symlink 692 690 [58] = { 3, { print_arg_str, print_arg_ptr, print_arg_int } }, // readlink 693 - [59] = { 3, { print_arg_str, print_arg_ptr, print_arg_ptr } }, // execve 691 + [59] = { 3, { print_arg_str, print_arg_string_array, print_arg_string_array } }, // execve 694 692 [60] = { 1, { print_arg_int } }, // umask 695 693 [61] = { 1, { print_arg_str } }, // chroot 696 694 [65] = { 3, { print_arg_ptr, print_arg_int, print_arg_int } }, // msync