X-Git-Url: http://git.thejh.net/?p=tools.git;a=blobdiff_plain;f=tools%2Fspawnhunter.c;h=ad5e250f41dfd9a57483786827aaa60438b730ea;hp=6a1d059be4c317a1a3bb70276ef4e0cc213898ef;hb=7ebc44a8d838298394178687975cf9d2994ff8be;hpb=4646ef78ef5c9180d4c476924ddc6c0bd9dbc6e0 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