X-Git-Url: http://git.thejh.net/?p=tools.git;a=blobdiff_plain;f=tools%2Fspawnhunter.c;h=ad5e250f41dfd9a57483786827aaa60438b730ea;hp=6a1d059be4c317a1a3bb70276ef4e0cc213898ef;hb=f516afe1e2ca95bc6ca3bf13d065ceefd477d6c7;hpb=b6051fd3d30b2a7348d11eb9084030792c4c85ae diff --git a/tools/spawnhunter.c b/tools/spawnhunter.c index 6a1d059..ad5e250 100644 --- a/tools/spawnhunter.c +++ b/tools/spawnhunter.c @@ -1,4 +1,6 @@ // Try to print the cmdlines of all process spawns by polling /proc. +// Doesn't do exactly what you probably need because it might catch +// a process between fork and exec, then ignore it. #include #include