|
| class | Entry |
| | Represents a single entry in the resource directory. More...
|
| |
|
| void | AddResource (std::shared_ptr< Resource > &resource, size_t level=0) |
| | Inserts a resource into the directory.
|
| |
|
|
uint32_t | flags = 0 |
| | Resource directory characteristics.
|
| |
|
uint32_t | timestamp = 0 |
| |
|
version_type | version = { } |
| |
|
std::vector< Entry< std::string > > | name_entries |
| | Entries that are identified via a string.
|
| |
|
std::vector< Entry< uint32_t > > | id_entries |
| | Entries that are identified via a number.
|
| |
◆ AddResource()
| void PEFormat::ResourceDirectory::AddResource |
( |
std::shared_ptr< Resource > & | resource, |
|
|
size_t | level = 0 ) |
Inserts a resource into the directory.
- Parameters
-
| resource | The resource to add, it contains the full identification required to select the write directory entry |
| level | The level at which this directory resides, required to determine the identifier component |
The documentation for this class was generated from the following files:
- src/format/peexe.h
- src/format/peexe.cc