|
RetroLinker
Linker for several 8-bit, 16-bit and 32-bit formats
|
Represents a resource inside the image. More...
#include <peexe.h>
Public Types | |
| typedef std::variant< std::string, uint32_t > | Reference |
| Represents a resource identifier, either a string or a 32-bit value. | |
Public Attributes | |
| std::vector< Reference > | full_identifier |
| The sequence of IDs that identifies this resource, conventionally corresponding to the resource type, name and language. | |
| uint32_t | data_rva = 0 |
| The relative virtual address of the resource data. | |
| uint32_t | codepage = 0 |
| Codepage of the resource. | |
| uint32_t | reserved = 0 |
| Reserved entry in the resource table. | |
Represents a resource inside the image.