|
|
|
|
|
by Joel_Mckay
166 days ago
|
|
Most production OS I saw would do this on boot-up completion: echo 1 > /proc/sys/kernel/modules_disabled Which is supposed to block dynamic loading modules until a reboot. It would be interesting if the PoC can get around that trick too. =3 |
|
Why bother loading a module when you can inject code into any function you want.