#include <LDR_DATA_TABLE_ENTRY.hh>
A single entry from the PEB LDR
◆ ~LDR_DATA_TABLE_ENTRY()
| virtual introvirt::windows::nt::LDR_DATA_TABLE_ENTRY::~LDR_DATA_TABLE_ENTRY |
( |
| ) |
|
|
virtualdefault |
◆ BaseDllName()
| virtual std::string introvirt::windows::nt::LDR_DATA_TABLE_ENTRY::BaseDllName |
( |
| ) |
const |
|
pure virtual |
- Returns
- The base dll name of this entry, or NULL if unavailable
◆ DllBase()
| virtual uint64_t introvirt::windows::nt::LDR_DATA_TABLE_ENTRY::DllBase |
( |
| ) |
const |
|
pure virtual |
- Returns
- The base address of this entry
◆ EntryPoint()
| virtual uint64_t introvirt::windows::nt::LDR_DATA_TABLE_ENTRY::EntryPoint |
( |
| ) |
const |
|
pure virtual |
- Returns
- The entry point of this entry
◆ FullDllName()
| virtual std::string introvirt::windows::nt::LDR_DATA_TABLE_ENTRY::FullDllName |
( |
| ) |
const |
|
pure virtual |
- Returns
- The full dll name of this entry, or NULL if unavailable
◆ ptr()
| virtual guest_ptr< void > introvirt::windows::nt::LDR_DATA_TABLE_ENTRY::ptr |
( |
| ) |
const |
|
pure virtual |
Get a pointer to this structure.
◆ SizeOfImage() [1/2]
| virtual uint32_t introvirt::windows::nt::LDR_DATA_TABLE_ENTRY::SizeOfImage |
( |
| ) |
const |
|
pure virtual |
- Returns
- The size of this entry
◆ SizeOfImage() [2/2]
| virtual void introvirt::windows::nt::LDR_DATA_TABLE_ENTRY::SizeOfImage |
( |
uint32_t |
value | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: