Tuesday, December 16, 2008

Invoke user mode application from Kernel modules

With the following kernel API, we can invoke user mode application from Kernel modules/threads.

int call_usermodehelper (char * path, char ** argv, char ** envp, int wait);

No comments:

Post a Comment