How to hook the system call?
Geraint Yang
geraint0923 at gmail.com
Wed Nov 23 03:40:14 EST 2011
Hello everyone,
I am going to hook a system call like 'read' or 'send' by modifying the
sys_call_table, but it seems that the sys_call_table is in read only page,
how can I set modify the sys_call_table ? Or if there any method that I can
use to hook a system call in module without modify the kernel source?
Thanks!
--
Geraint Yang
Tsinghua University Department of Computer Science and Technology
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20111123/c6c2c072/attachment.html
More information about the Kernelnewbies
mailing list