Click here to Skip to main content
15,902,112 members
Home / Discussions / Hardware & Devices
   

Hardware & Devices

 
QuestionWhat kenel API does wdm driver use to open a exe file? Pin
momer1-Mar-06 14:02
momer1-Mar-06 14:02 
AnswerRe: What kenel API does wdm driver use to open a exe file? Pin
Jijo BP2-Mar-06 0:12
Jijo BP2-Mar-06 0:12 
AnswerRe: What kenel API does wdm driver use to open a exe file? Pin
fat_boy2-Mar-06 4:21
fat_boy2-Mar-06 4:21 
QuestionHow to open a **.exe file in a wdm driver program? Pin
momer1-Mar-06 13:33
momer1-Mar-06 13:33 
AnswerRe: How to open a **.exe file in a wdm driver program? Pin
fat_boy2-Mar-06 4:27
fat_boy2-Mar-06 4:27 
GeneralRe: How to open a **.exe file in a wdm driver program? Pin
momer3-Mar-06 2:50
momer3-Mar-06 2:50 
GeneralRe: How to open a **.exe file in a wdm driver program? Pin
fat_boy3-Mar-06 3:06
fat_boy3-Mar-06 3:06 
GeneralRe: How to open a **.exe file in a wdm driver program? Pin
momer3-Mar-06 16:07
momer3-Mar-06 16:07 
"You have to create a process, map the exe into it and call its main function.
At least that is what I am guessing at, god knows how you will do it in reality but you would be mimicing part of the OSs functionality.
"

Where should we create the process,in our driver program? Is it possible to create a process,which maybe an user mode app,in our kenel mode driver program?

fat_boy,you know that we can create or open a data file stored on harddisk by using the kennel api
ZwCreatefile,so,if we can open an exe file,such as C:\Program Files\Internet Explorer\IEXPLORE.EXE,by useing ZwCreatefile(maybe some other kernel api) in our driver program,then,the only problem is how to get the drive-lettle of the pen disk where the actual exe
file stored.
So,what about your apinion?
Thank you very much!

All the blesses we are enjoy are the fruits of labor,toil,study and self-denial.
GeneralRe: How to open a **.exe file in a wdm driver program? Pin
BadAss_Brou4-Mar-06 6:45
BadAss_Brou4-Mar-06 6:45 
QuestionWTF Pin
Eytukan1-Mar-06 2:41
Eytukan1-Mar-06 2:41 
AnswerRe: WTF Pin
toxcct1-Mar-06 2:54
toxcct1-Mar-06 2:54 
GeneralRe: WTF Pin
Eytukan1-Mar-06 2:57
Eytukan1-Mar-06 2:57 
GeneralRe: WTF Pin
toxcct1-Mar-06 2:59
toxcct1-Mar-06 2:59 
GeneralRe: WTF Pin
Eytukan1-Mar-06 3:03
Eytukan1-Mar-06 3:03 
AnswerRe: WTF Pin
Marc Clifton1-Mar-06 3:01
mvaMarc Clifton1-Mar-06 3:01 
GeneralRe: WTF Pin
Eytukan1-Mar-06 3:04
Eytukan1-Mar-06 3:04 
GeneralRe: WTF Pin
Marc Clifton1-Mar-06 3:11
mvaMarc Clifton1-Mar-06 3:11 
GeneralRe: WTF Pin
Eytukan1-Mar-06 3:31
Eytukan1-Mar-06 3:31 
GeneralRe: WTF Pin
Eytukan1-Mar-06 3:09
Eytukan1-Mar-06 3:09 
AnswerRe: WTF Pin
Gary Wheeler1-Mar-06 4:06
Gary Wheeler1-Mar-06 4:06 
GeneralRe: WTF Pin
Eytukan1-Mar-06 4:49
Eytukan1-Mar-06 4:49 
GeneralRe: WTF Pin
Gary Wheeler1-Mar-06 5:00
Gary Wheeler1-Mar-06 5:00 
GeneralRe: WTF Pin
Eytukan1-Mar-06 5:27
Eytukan1-Mar-06 5:27 
AnswerRe: WTF Pin
Michael Dunn1-Mar-06 12:39
sitebuilderMichael Dunn1-Mar-06 12:39 
GeneralRe: WTF Pin
Eytukan1-Mar-06 23:17
Eytukan1-Mar-06 23:17 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.