|
RetroLinker
Linker for several 8-bit, 16-bit and 32-bit formats
|
Represents a single entry in the resource directory. More...
#include <peexe.h>
Public Attributes | |
| Key | identifier |
| The value that identifiers the resource at the current level. | |
| std::variant< std::shared_ptr< Resource >, std::shared_ptr< ResourceDirectory > > | content |
| The contents at this level, either the resource itself, or another level of resource directory. | |
| uint32_t | content_rva = 0 |
| The relative virtual address of the contents. | |
Represents a single entry in the resource directory.