Method for loading non-digital signature Windows X64 drive program
A driver and digital signature technology, applied in the field of Windows X64 driver loading, can solve the problems of third-party development of device drivers, failure to load device drivers, etc., and achieve the effect of convenient programming
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
Embodiment Construction
[0016] refer to figure 1 . The specific steps of the Windows X64 driver loading method without digital signature of the present invention are as follows.
[0017] (1) Turn off LOAD mode verification. The mode verification is completed by the Imgp ValidateImageHash function in the WINLOAD.EXE file during the startup loading phase. In order to close the LOAD mode verification, you need to find this function from the WINLOAD.EXE file, and make the return value of this function zero by directly modifying the binary code.
[0018] (2) Turn off KERNEL mode verification. The mode verification is done by the SepInitializeCodeIntegrity function in the NTOSKRNL.EXE file. In order to close the KERNEL mode verification, you need to find this function from the NTOSKRNL.EXE file, and make the return value of this function initialized by patching, skipping the code integrity check initialization process.
[0019] (3) Close PATCHGUARD. In order to close the PATCHGUARD function, it is ne...
PUM
Login to View More Abstract
Description
Claims
Application Information
Login to View More 
