PDA

View Full Version : Intercepting linux 2.6 calls on Fedora


garyc
8th February 2006, 09:52 PM
Hi,

I want to write a module that intercepts the linux 2.6 system calls. I know this was pretty much a breeze in 2.4 with the sys_call_table being exported. How do we do this now? There must be someone doing this?

Any literature on this would be appreciated,
Gazza

garyc
8th February 2006, 11:34 PM
I fixed the problem. Simply by exporting the table in the kernel.