Is there a possibility to access the sys_call_table from my own module for Linux kernel 2.6+?
What are some links to articles or how-tos? I need a method without the necessity to modify the kernel source code. I know it was easy on the Linux 2.4 Kernelkernel, and you could use the external symbol. However, however this ability was removed from kernel 2.6.