installing syscall by a kernel module
how do i install a NEW system call (syscall), properly, from within a loadable kernel module ?
I saw one SYSCALL_MODULE macro in OpenBSD systems.. which does the job.. but is there anything similar in linux ( 2.4.29 kernel, mandrake ).
Z
i suggest looking into rootkits sources, that overwrite the interrups with lkms like adore.
but simple way of doing it is, adding new stuff into sys_call_table[]
but simple way of doing it is, adding new stuff into sys_call_table[]
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement