windows device drivers loader
DLoad Utility designed for quickly loading and unloading drivers with usage of 3 methods:
ZwSetSystemInformation
NtLoadDriver
Service Control Manager
It can inject whole driver loading routine into another process with following methods:
RtlCreateUserThread
CreateRemoteThread
NtCreateThreadEx
For injection externall dll is used which gets unpacked from dload itself into windows directory.
Complete source code included.
This application requires .NET Framework 2.0/3.5
Video tutorial: http://machinized.com/products.php?id=1&tVid=1
ZwSetSystemInformation
NtLoadDriver
Service Control Manager
It can inject whole driver loading routine into another process with following methods:
RtlCreateUserThread
CreateRemoteThread
NtCreateThreadEx
For injection externall dll is used which gets unpacked from dload itself into windows directory.
Complete source code included.
This application requires .NET Framework 2.0/3.5
Video tutorial: http://machinized.com/products.php?id=1&tVid=1