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
Copy file name to clipboardExpand all lines: lkmpg.tex
-5Lines changed: 0 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1338,11 +1338,6 @@ \section{System Calls}
1338
1338
Note that all the related problems make syscall stealing unfeasible for production use.
1339
1339
In order to keep people from doing potential harmful things \cpp|sys_call_table| is no longer exported.
1340
1340
This means, if you want to do something more than a mere dry run of this example, you will have to patch your current kernel in order to have \cpp|sys_call_table| exported.
1341
-
In the example directory you will find a README and the patch.
1342
-
As you can imagine, such modifications are not to be taken lightly.
1343
-
Do not try this on valuable systems (ie systems that you do not own - or cannot restore easily).
1344
-
You will need to get the complete sourcecode of this guide as a tarball in order to get the patch and the README.
1345
-
Depending on your kernel version, you might even need to hand apply the patch.
0 commit comments