|
libPeConv
A library to load, manipulate, dump PE files.
|
#include "peconv/remote_pe_reader.h"#include <iostream>#include "peconv/util.h"#include "peconv/fix_imports.h"Go to the source code of this file.
Namespaces | |
| namespace | peconv |
Functions | |
| size_t | _fetch_region_size (MEMORY_BASIC_INFORMATION &page_info, LPVOID moduleBase) |
| SIZE_T | peconv::_search_readable_size (HANDLE processHandle, LPVOID start_addr, OUT BYTE *buffer, const size_t buffer_size, const SIZE_T minimal_size) |
| size_t | peconv::roundup_to_unit (size_t size, size_t unit) |
| size_t _fetch_region_size | ( | MEMORY_BASIC_INFORMATION & | page_info, |
| LPVOID | moduleBase ) |
Definition at line 20 of file remote_pe_reader.cpp.