Programmatically insert and remove kernel modules in C

Posted by RishiD on Stack Overflow See other posts from Stack Overflow or by RishiD
Published on 2010-05-07T19:19:16Z Indexed on 2010/05/07 19:28 UTC
Read the original article Hit count: 136

Filed under:
|
|
|

Is there anyway to do "insmod" and "rmmod" from C/C++ code? Other than running system(...), is there a Kernel API that will allow me to do this?

© Stack Overflow or respective owner

Related posts about kernel

Related posts about modules