libPeConv
A library to load, manipulate, dump PE files.
Loading...
Searching...
No Matches
caves.h File Reference

Functions related to finding caves in the loaded PE file. More...

#include <windows.h>

Go to the source code of this file.

Namespaces

namespace  peconv

Functions

PBYTE peconv::find_ending_cave (BYTE *module_ptr, size_t module_size, const DWORD cave_size, const DWORD req_charact=IMAGE_SCN_MEM_READ, bool reserve=true)
PBYTE peconv::find_alignment_cave (BYTE *module_ptr, size_t module_size, const DWORD cave_size, const DWORD req_charact=IMAGE_SCN_MEM_READ, bool reserve=true)
PBYTE peconv::find_padding_cave (BYTE *module_ptr, size_t module_size, const size_t minimal_size, const DWORD req_charact=IMAGE_SCN_MEM_READ)

Detailed Description

Functions related to finding caves in the loaded PE file.

Definition in file caves.h.