libPeConv
A library to load, manipulate, dump PE files.
Loading...
Searching...
No Matches
load_config_util.h
Go to the documentation of this file.
1
6#pragma once
7#include <windows.h>
8
9#include "buffer_util.h"
10#include "load_config_defs.h"
11
12namespace peconv {
13
24
31 BYTE* get_load_config_ptr(BYTE* buffer, size_t buf_size);
32
40 t_load_config_ver get_load_config_version(BYTE* buffer, size_t buf_size, BYTE* ld_config_ptr);
41
42}; // namespace peconv
Definitions of the used buffer types. Functions for their allocation and deallocation.
Definitions of various versions of Load Config Directory (new fields added with new versions for Wind...
BYTE * get_load_config_ptr(BYTE *buffer, size_t buf_size)
t_load_config_ver get_load_config_version(BYTE *buffer, size_t buf_size, BYTE *ld_config_ptr)
@ LOAD_CONFIG_UNK_VER
@ LOAD_CONFIG_W10_VER