SYSTEM_CODEINTEGRITY_IMAGE_TYPE_KERNEL - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTEXAPI_H

/**
 * @def SYSTEM_CODEINTEGRITY_IMAGE_TYPE_KERNEL
 * @brief Flag for validating kernel-mode images (SYS/Native).
 *
 * Validation includes:
 * - Signed by a trusted certificate authority (or cross-signed).
 * - Compliance policies for kernel-mode binaries.
 */
#define SYSTEM_CODEINTEGRITY_IMAGE_TYPE_KERNEL   1

#endif

View code on GitHub

NtDoc

No description available.