On 5/17/06, Thomas Petazzoni <thomas.petazzoni@xxxxxxxx> wrote:
is it possible to do it in some other way (i mean if i want to have access to the sys_call_table)?
RazvanHi,
Le Wed, 17 May 2006 13:59:13 +0800,
"Adrian - Razvan Deaconescu" <razvand@xxxxxxxxx> a écrit :
> in kernel 2.6 if you would like to have acces to the system calls
> table you'll have to modify the source code and recompile the kernel
>
> if you have a PC (x86 architecture) you'll have to complete the file
> arch/i386/kernel/i386_ksyms.c with the following lines
>
> extern void* sys_call_table[];
> EXPORT_SYMBOL(sys_call_table);
Hurk... Such a bad hack.
Sincerly,
Thomas
is it possible to do it in some other way (i mean if i want to have access to the sys_call_table)?
--
Computers don't make mistakes... What they do they do on purpose!