Welcome![Sign In][Sign Up]
Location:
Search - driverentry

Search list

[Driver DevelopDriverEntry

Description: DriverUnload
Platform: | Size: 1469 | Author: lijianjun | Hits:

[Driver DevelopDriverEntry

Description: DriverUnload
Platform: | Size: 1024 | Author: lijianjun | Hits:

[Driver Develop53607944driver

Description: 一个最简单的驱动程序,就像其他的可执行程序一样,每个驱动程序也有一个入口点, 这是当驱动被装载到内存中时首先被调用的,驱动的入口点是DriverEntry过程(注:过程也就是子程序), DriverEntry这个名称只是一个标记而已,你可以把它命名为其他任何名字--只要它是入口点就行了。-One of the most simple driver, just like other executable programs, each driver has one entry point, This is when the driver is loaded into memory the first to be called when the driver entry point is DriverEntry process (Note: The procedure is routine), DriverEntry This name is just a marker only, you can name it in any other name- as long as it is the entry point on the list.
Platform: | Size: 4096 | Author: Qfeng | Hits:

[source in ebookHidefile.c

Description: #include "Hidefile.h" NTSTATUS DriverEntry(IN PDRIVER_OBJECT DriverObject,IN PUNICODE_STRING RegistryPath) { NTSTATUS ntStatus = STATUS_SUCCESS -#include "Hidefile.h" NTSTATUS DriverEntry(IN PDRIVER_OBJECT DriverObject,IN PUNICODE_STRING RegistryPath) { NTSTATUS ntStatus = STATUS_SUCCESS
Platform: | Size: 10240 | Author: 姓名 | Hits:

[Driver DevelopWDM_WinBuild

Description: This a demonstration of a driver project. The project has 3 components: A "main" driver file (eg, contains DriverEntry), which will result in a .sys file a second piece of the driver, which will result in a .lib file (to be linked into the main driver) and a user-space program, which talks to the driver. -This is a demonstration of a driver project. The project has 3 components: A "main" driver file (eg, contains DriverEntry), which will result in a .sys file a second piece of the driver, which will result in a .lib file (to be linked into the main driver) and a user-space program, which talks to the driver.
Platform: | Size: 11264 | Author: sucker | Hits:

[Windows Develop15.WDMDriverEntr.RAR

Description: 15.WDM的DriverEntry和AddDevice函数.7z 15.WDM的DriverEntry和AddDevice函数.7z-15.WDM s DriverEntry and AddDevice function .7z 15.WDM s DriverEntry and AddDevice function .7z
Platform: | Size: 3250176 | Author: wyt001 | Hits:

[File Formatlicense

Description: MyCloseFile endp end DriverEntry
Platform: | Size: 1024 | Author: fan | Hits:

CodeBus www.codebus.net