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

Functions related to manual retrieving of PE resources. More...

#include <windows.h>
#include "buffer_util.h"

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)
 

Detailed Description

Functions related to manual retrieving of PE resources.

Definition in file resource_util.h.