上·志

上下求索,志在千里。

导航

Disable Linux kernel version magic check

Posted on 2012-12-11 15:21  Shangzhi  阅读(788)  评论(0)    收藏  举报

Disable Linux kernel version magic check

 

Linux kernel will refuse to load kernel module if the version magic is not match. It can be easily disabled for some ease.
Find linux kernel kernel/module.c, find "check_modinfo" function, comment out "return -ENOEXEC;" for same_magic(...) check function.