PE Resource Loader
Cross platform library for loading resources from Windows exe and dll files
Loading...
Searching...
No Matches
Public Attributes | List of all members
PeResourceLoader Struct Reference

Struct with internal data of pe-resource-loader. More...

#include <pe_resource_loader.h>

Public Attributes

FILE * fd
 
uint32_t resource_virtual_address
 
uint32_t resource_offset
 

Detailed Description

Struct with internal data of pe-resource-loader.

This struct does not need to be modified. It contains offsets for resources and the virtual offset for following references in the PE file.

Member Data Documentation

◆ fd

FILE* PeResourceLoader::fd

◆ resource_offset

uint32_t PeResourceLoader::resource_offset

◆ resource_virtual_address

uint32_t PeResourceLoader::resource_virtual_address

The documentation for this struct was generated from the following file: