Re: Dynamically loading binaries in Kernel mode.



Luis Miguel Huapaya <LuisMiguelHuapaya@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:

1. I understand that you cannot load user mode DLL's in kernel mode.
2. I need to find out what is the best way to dynamically load code in
kernel mode.
3. Based on the answer to #2, how to I compile to a DLL (?) or SYS (?) and
how does the code get mapped.

Are there any examples, sources that demonstrate this? I absolutely need to
figure out how to dynamically load code at the kernel level (this code will
be loaded by a file system minifilter).

http://www.wd-3.com/archive/KernelDlls.htm
--
- Tim Roberts, timr@xxxxxxxxx
Providenza & Boekelheide, Inc.
.


Loading