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

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)
 

Detailed Description

Parsing PE's resource directory.

Definition in file resource_parser.h.