I hope that English is no problem, my German is not good enough ;)
Hello,
I tried to change the sys_call_address to another location in memory.
The result was an OOPS!
sys_call_address is of course not exported, so I found it using:
My kernel prog looks like:
#include <linux/string.h>...