libPeConv
A library to load, manipulate, dump PE files.
|
Miscellaneous utility functions. More...
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) |
Miscellaneous utility functions.
Definition in file util.h.