|
libPeConv
A library to load, manipulate, dump PE files.
|
Functions for retrieving process information from PEB. More...
#include <windows.h>Go to the source code of this file.
Namespaces | |
| namespace | peconv |
Functions | |
| HMODULE | peconv::get_module_via_peb (IN OPTIONAL LPCWSTR module_name=nullptr) |
| size_t | peconv::get_module_size_via_peb (IN OPTIONAL HMODULE hModule=nullptr) |
| bool | peconv::set_main_module_in_peb (HMODULE hModule) |
| HMODULE | peconv::get_main_module_via_peb () |
Functions for retrieving process information from PEB.
Definition in file peb_lookup.h.