|
PE Resource Loader
Cross platform library for loading resources from Windows exe and dll files
|
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 |
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.
| FILE* PeResourceLoader::fd |
| uint32_t PeResourceLoader::resource_offset |
| uint32_t PeResourceLoader::resource_virtual_address |