Re: Dynamically loading binaries in Kernel mode.
- From: Tim Roberts <timr@xxxxxxxxx>
- Date: Tue, 28 Mar 2006 22:17:48 -0800
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.
.
- Prev by Date: Re: about win32k.sys
- Next by Date: Re: Dynamically loading binaries in Kernel mode.
- Previous by thread: Re: Dynamically loading binaries in Kernel mode.
- Next by thread: Re: Dynamically loading binaries in Kernel mode.
- Index(es):
Loading