[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Kernel Function Hijacking



Title: Kernel Function Hijacking

Hi,

Operating System: RH 9

I wish to track the process' death, and I dont wish to use polling mechanism of any sort on /proc fs.

Secondly, I cannot trap sys_exit since it is not the only cause of termination. It might be signals that cause the death.

Any ideas ?

Does anyone know if Kernel Function Hijacking actually works on Red Hat 9 systems ? I think if I trap free_pidmap or do_exit, it could make my life easier :) !

Thanks
Peyush