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);
/Gs (Control Stack Checking Calls) (C++)
16 years ago
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);
0 comments
Post a Comment