libPeConv
A library to load, manipulate, dump PE files.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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 cave_charact=IMAGE_SCN_MEM_READ)
 
PBYTE peconv::find_alignment_cave (BYTE *modulePtr, size_t moduleSize, const DWORD cave_size, const DWORD req_charact=IMAGE_SCN_MEM_READ)
 
PBYTE peconv::find_padding_cave (BYTE *modulePtr, size_t moduleSize, 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.