load other

This commit is contained in:
Ciro Santilli 六四事件 法轮功 包卓轩scriptalert(1)/script
2017-10-25 09:53:37 +01:00
committed by GitHub
parent 5284dc31a7
commit 45f7e48db9

View File

@@ -335,7 +335,7 @@ See also: <http://stackoverflow.com/questions/11408041/how-to-debug-the-linux-ke
### Kernel module debugging
Loadable kernel modules are a bit trickier since the kernel can place them at different memory locations depending on load other.
Loadable kernel modules are a bit trickier since the kernel can place them at different memory locations depending on load order.
So we cannot set the breakpoints before `insmod`.