Browse by type
Windows kernel mode to user mode dll injection
Tested on Windows x64 1909
Inject a dll to target process from kernel driver
The injection process is divided into several stages:
The whole process described above happens in the kernel driver. The only things that the kernel module needs are: target pid, dll file path.
sc create DllInjector binPath= {driver_path} type= kernel
sc start DllInjector
DLLInjectorCom.exe {dll_path} {pid}
DONE!!!
$ claude mcp add windows-kernel-dll-injector \
-- python -m otcore.mcp_server <graph>