Intercepting a system call

Valdis.Kletnieks at vt.edu Valdis.Kletnieks at vt.edu
Fri Jan 25 11:52:19 EST 2013


On Fri, 25 Jan 2013 18:58:29 +0530, Paul Davies C said:

>   [1] is the module I wrote for intercepting the system call fork().

Totally skipping over the details of actually doing it - it's usually
considered a Bad Idea to hook a system call, and 98% of the time there's
a much better way to achieve whatever goal you're trying to accomplish
by hooking the syscall.

In other words, why are you trying to do that in the first place?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 865 bytes
Desc: not available
Url : http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20130125/0b8bc6cd/attachment.bin 


More information about the Kernelnewbies mailing list