libPeConv
A library to load, manipulate, dump PE files.
Loading...
Searching...
No Matches
Public Attributes | List of all members
peconv::_IMAGE_LOAD_CONFIG_CODE_INTEGRITY_W10 Struct Reference

#include <load_config_defs.h>

Public Attributes

WORD Flags
 
WORD Catalog
 
DWORD CatalogOffset
 
DWORD Reserved
 

Detailed Description

IMAGE_LOAD_CONFIG_CODE_INTEGRITY: a structure used by IMAGE_LOAD_CONFIG_DIR - the Windows 10 version.

Definition at line 16 of file load_config_defs.h.

Member Data Documentation

◆ Catalog

WORD peconv::_IMAGE_LOAD_CONFIG_CODE_INTEGRITY_W10::Catalog

Definition at line 18 of file load_config_defs.h.

◆ CatalogOffset

DWORD peconv::_IMAGE_LOAD_CONFIG_CODE_INTEGRITY_W10::CatalogOffset

Definition at line 19 of file load_config_defs.h.

◆ Flags

WORD peconv::_IMAGE_LOAD_CONFIG_CODE_INTEGRITY_W10::Flags

Definition at line 17 of file load_config_defs.h.

◆ Reserved

DWORD peconv::_IMAGE_LOAD_CONFIG_CODE_INTEGRITY_W10::Reserved

Definition at line 20 of file load_config_defs.h.


The documentation for this struct was generated from the following file: