| |
| | Kernel debugging with Kprobes (Site not responding. Last check: 2007-10-12) |
 | | Kprobes makes use of the SysRq key, an artifact from the days of DOS that has found many new uses under Linux (see Resources). |
 | | Because probe event handlers run as extensions to the system breakpoint interrupt handler, they have little or no dependence on system facilities -- and so are able to be implanted in the most hostile environments, from interrupt-time, and task-time, to disabled, inter-context switch, and SMP-enabled code paths -- all without adversely skewing system performance. |
 | | This can be made into a Magic SysRq key to defeat spyware, uncleanly reboot, show memory information, kill processes, and more (much more). |
| www-128.ibm.com /developerworks/library/l-kprobes.html?ca=dgr-lnxw07Kprobe (1450 words) |
|