How to intercept not exported kernel function from loadable kernel module

230 views Asked by At

We use kernel 3.7 Fedora16, 64-bit and want to intercept kernel functions.

We tried Linux Kernel: System call hooking example and successfully received the address of "sys_call_table", while returned address of "access_remote_vm" is NULL.

Please advice.

0

There are 0 answers