You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I suggest you to rename the module's variable sys_call_table to another name.
Because when we call kallsyms_lookup_name with the above name it may find our LKM's variable's address instead of the syscalls table's address itself.
Hello,
I suggest you to rename the module's variable
sys_call_tableto another name.Because when we call
kallsyms_lookup_namewith the above name it may find our LKM's variable's address instead of the syscalls table's address itself.