Feb. 17, 2015
4:40 a.m.
On Tue, Feb 17, 2015 at 12:21 AM, <Valdis.Kletnieks@vt.edu> wrote:
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?
by any chance - is this related to Eudyptula Challenge? it looks similar to one of the tasks which involves modifying the system call table...... regards sudip