Is there a way to create a DLL (Dynamic-link library) that the kernel can use?
Re: DLL for the kernel...
Posted: Thu May 12, 2011 8:16 pm
by Mike
Hello,
Its entirely possible so long as you know how DLLs work. If you have created DLLs before in userland programming, and have read the PE chapter covering dynamic linking, you have everything that you need.