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

Miscellaneous utility functions. More...

#include "file_util.h"
#include "resource_util.h"

Go to the source code of this file.

Namespaces

namespace  peconv
 

Functions

bool peconv::is_padding (const BYTE *cave_ptr, size_t cave_size, const BYTE padding_char)
 
DWORD peconv::get_process_id (HANDLE hProcess)
 
bool peconv::is_mem_accessible (LPCVOID areaStart, SIZE_T areaSize, DWORD accessRights)
 
bool peconv::is_bad_read_ptr (LPCVOID areaStart, SIZE_T areaSize)
 

Detailed Description

Miscellaneous utility functions.

Definition in file util.h.