Feb. 16, 2015
6:51 p.m.
On Mon, 16 Feb 2015 12:14:59 +0530, noyb noybee said:
Hi all. This is the error that I am getting when I try to compile a loadable module(it tries to intercept a system call by directly editing the sys_call_table in the memory):-
In general, that's a *really* bad idea, for numerous reasons. What problem are you trying to solve by intercepting a system call?