libPeConv
A library to load, manipulate, dump PE files.
|
Parsing PE's resource directory. More...
#include <windows.h>
Go to the source code of this file.
Namespaces | |
namespace | peconv |
Typedefs | |
typedef bool(* | peconv::t_on_res_entry_found) (BYTE *modulePtr, IMAGE_RESOURCE_DIRECTORY_ENTRY *root_dir, IMAGE_RESOURCE_DATA_ENTRY *curr_entry) |
Functions | |
bool | peconv::parse_resources (BYTE *modulePtr, t_on_res_entry_found on_entry) |
Parsing PE's resource directory.
Definition in file resource_parser.h.