#include <IMAGE_RESOURCE_DATA_ENTRY.hh>
|
| virtual uint32_t | OffsetToData () const =0 |
| | Get the relative offset from the base of the image to the data.
|
| |
| virtual uint32_t | Size () const =0 |
| | Get the size of the data.
|
| |
| virtual uint32_t | CodePage () const =0 |
| | Get the CodePage (TODO: What is this for?)
|
| |
| virtual guest_ptr< void > | data_address () const =0 |
| | Get the absolute address of the data.
|
| |
| virtual | ~IMAGE_RESOURCE_DATA_ENTRY ()=default |
| |
◆ ~IMAGE_RESOURCE_DATA_ENTRY()
| virtual introvirt::windows::pe::IMAGE_RESOURCE_DATA_ENTRY::~IMAGE_RESOURCE_DATA_ENTRY |
( |
| ) |
|
|
virtualdefault |
◆ CodePage()
| virtual uint32_t introvirt::windows::pe::IMAGE_RESOURCE_DATA_ENTRY::CodePage |
( |
| ) |
const |
|
pure virtual |
Get the CodePage (TODO: What is this for?)
- Returns
- uint32_t
◆ data_address()
| virtual guest_ptr< void > introvirt::windows::pe::IMAGE_RESOURCE_DATA_ENTRY::data_address |
( |
| ) |
const |
|
pure virtual |
Get the absolute address of the data.
- Returns
- guest_ptr<void>
◆ OffsetToData()
| virtual uint32_t introvirt::windows::pe::IMAGE_RESOURCE_DATA_ENTRY::OffsetToData |
( |
| ) |
const |
|
pure virtual |
Get the relative offset from the base of the image to the data.
- Returns
- uint32_t
◆ Size()
| virtual uint32_t introvirt::windows::pe::IMAGE_RESOURCE_DATA_ENTRY::Size |
( |
| ) |
const |
|
pure virtual |
Get the size of the data.
- Returns
- uint32_t
The documentation for this class was generated from the following file: