Link to home
Start Free TrialLog in
Avatar of systan
systanFlag for Philippines

asked on

How to run/load a dll in kernel mode

Is it simply loading, in delphi? eq., loadlibrary('x.dll'); Ā OR?
I've been a lot of links but didn't fit in..
http://en.wikibooks.org/wiki/Windows_Programming/User_Mode_vs_Kernel_Mode
http://www.codinghorror.com/blog/2008/01/understanding-user-and-kernel-mode.html
and
other links...

Can anyone show me a code structure or psudo code?
Thanks
ASKER CERTIFIED SOLUTION
Avatar of prince_m
prince_m

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of systan

ASKER

prince_m;
First time here in e-e?
Avatar of systan

ASKER

>>http://www.wd-3.com/archive/KernelDlls.htm
>>The Basics
>>and you include that library in the target library list for any driver that needs to use the DLL.
?

>>No registry magic is required, and no special action is needed to start or stop the DLL. Your kernel DLL will be automatically loaded as soon as any other driver makes a reference to it
?
Avatar of systan

ASKER

Thanks