libPeConv
A library to load, manipulate, dump PE files.
|
Functions related to manual retrieving of PE resources. More...
Go to the source code of this file.
Namespaces | |
namespace | peconv |
Functions | |
peconv::ALIGNED_BUF | peconv::load_resource_data (OUT size_t &out_size, const int res_id, const LPSTR res_type=RT_RCDATA_A, HMODULE hInstance=nullptr) |
void | peconv::free_resource_data (peconv::ALIGNED_BUF buffer) |
HMODULE | peconv::get_current_module_handle () |
Variables | |
const LPSTR | peconv::RT_RCDATA_A = MAKEINTRESOURCEA(10) |
Functions related to manual retrieving of PE resources.
Definition in file resource_util.h.