Is this possible from Kernel Mode.
I have a DLL i want to save in Resource and i want to use the following FindResource(), LoadResource(), LockResource(), SizeOfResource() to load a DLL from the driver and then use SetWindowsHookEx() to do a global DLL injection I have done this via normal .exe file now i want to ask if this is even possible when doing something like this with Drivers in this case? Please let me know as i am quite new to Driver development although i have done some couple of things in Windows earlier.