libPeConv
A library to load, manipulate, dump PE files.
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs
load_config_defs.h File Reference

Definitions of various versions of Load Config Directory (new fields added with new versions for Windows). More...

#include <windows.h>
#include <pshpack4.h>
#include <poppack.h>

Go to the source code of this file.

Classes

struct  peconv::_IMAGE_LOAD_CONFIG_CODE_INTEGRITY_W10
 
struct  peconv::_IMAGE_LOAD_CONFIG_DIR32_W10
 
struct  peconv::_IMAGE_LOAD_CONFIG_DIR64_W10
 
struct  peconv::_IMAGE_LOAD_CONFIG_DIR32_W8
 
struct  peconv::_IMAGE_LOAD_CONFIG_DIR64_W8
 
struct  peconv::_IMAGE_LOAD_CONFIG_DIR32_W7
 
struct  peconv::_IMAGE_LOAD_CONFIG_DIR64_W7
 

Namespaces

namespace  peconv
 

Typedefs

typedef struct peconv::_IMAGE_LOAD_CONFIG_CODE_INTEGRITY_W10 peconv::IMAGE_LOAD_CONFIG_CODE_INTEGRITY_W10
 
typedef struct peconv::_IMAGE_LOAD_CONFIG_DIR32_W10 peconv::IMAGE_LOAD_CONFIG_DIR32_W10
 
typedef struct peconv::_IMAGE_LOAD_CONFIG_DIR64_W10 peconv::IMAGE_LOAD_CONFIG_DIR64_W10
 
typedef struct peconv::_IMAGE_LOAD_CONFIG_DIR32_W8 peconv::IMAGE_LOAD_CONFIG_DIR32_W8
 
typedef struct peconv::_IMAGE_LOAD_CONFIG_DIR64_W8 peconv::IMAGE_LOAD_CONFIG_DIR64_W8
 
typedef struct peconv::_IMAGE_LOAD_CONFIG_DIR32_W7 peconv::IMAGE_LOAD_CONFIG_DIR32_W7
 
typedef struct peconv::_IMAGE_LOAD_CONFIG_DIR64_W7 peconv::IMAGE_LOAD_CONFIG_DIR64_W7
 

Detailed Description

Definitions of various versions of Load Config Directory (new fields added with new versions for Windows).

Definition in file load_config_defs.h.