Results 1 to 2 of 2
Hello fellows:
I want to invoke an executable file inside a kernel module.Like when you work in user mode one can use execv and other its family function to invoke ...
- 07-28-2004 #1Just Joined!
- Join Date
- Jul 2004
- Posts
- 4
Calling executable file inside a kernel module
Hello fellows:
I want to invoke an executable file inside a kernel module.Like when you work in user mode one can use execv and other its family function to invoke any other ececutable in you program.
I want to invoke an executable which is a user mode application inside a kernel module.
Help me plzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
Majid
- 11-22-2011 #2Banned
- Join Date
- Nov 2011
- Posts
- 13
Hi Majid,
What is the purpose? In past I have created a patch called user mode callback. I think you can do similar thing, but require some more effort.Last edited by oz; 11-22-2011 at 12:24 PM. Reason: spam removal


Reply With Quote
