yushang <> wrote:
>
>Dear all , as mentioned above , how to load a dll into a driver’s
>address space ? Is there any kernel api doing such thing? Thanks in
>advance
>
>Dear all , as mentioned above , how to load a dll into a driver’s
>address space ? Is there any kernel api doing such thing? Thanks in
>advance
If you need to call entry points in a kernel DLL, the right way to do it is
to use an import library at link time. The driver loader will handle the
loading and linking when your driver loads.
—
Tim Roberts,
Providenza & Boekelheide, Inc.