搜索资源列表
LoadSys.rar
- 加载驱动程序的一个例程,供驱动开发爱好者参考。,A software for loading .sys file. It is useful if you are a driver develop programmer
ZwLoadDriver
- 调用原始的内核函数进行驱动加载,而不是通过注册服务的形式-Call the original kernel function to drive loads, rather than through the form of registration services
DLoad_SRC
- 源代码包含三种不同的驱动加载方法,使用ZwSetSystemInformation函数加载驱动,使用NtLoadDriver函数加载驱动,使用服务控制管理器加载驱动,还包括三种线程注入技术,使用RtlCreateUserThread 函数注入线程,使用CreateRemoteThread函数注入线程,使用NtCreateThreadEx函数注入线程,源代码包含C,C#的demo-The source code contains three different loading methods
