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.