Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 975 Bytes

integritycheck.md

File metadata and controls

20 lines (14 loc) · 975 Bytes
description title ms.date f1_keywords helpviewer_keywords
Learn more about: /INTEGRITYCHECK
/INTEGRITYCHECK
12/28/2017
/INTEGRITYCHECK
-INTEGRITYCHECK editbin options
/INTEGRITYCHECK editbin options
INTEGRITYCHECK editbin options

/INTEGRITYCHECK

Specifies that the digital signature of the binary image must be checked at load time.

/INTEGRITYCHECK[:NO]

Remarks

In the header of the DLL file or executable file, this option sets a flag that requires a digital signature check by the memory manager to load the image in Windows. Versions of Windows prior to Windows Vista ignore this flag. This option must be set for 64-bit DLLs that implement kernel-mode code, and is recommended for all device drivers. For more information, see Kernel-Mode Code Signing Requirements.

See also

EDITBIN Options