libintrovirt v0.57.4
IntroVirt introspection library
Loading...
Searching...
No Matches
introvirt::windows::pe::IMAGE_RESOURCE_DATA_ENTRY Class Referenceabstract

#include <IMAGE_RESOURCE_DATA_ENTRY.hh>

Public Member Functions

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
 

Constructor & Destructor Documentation

◆ ~IMAGE_RESOURCE_DATA_ENTRY()

virtual introvirt::windows::pe::IMAGE_RESOURCE_DATA_ENTRY::~IMAGE_RESOURCE_DATA_ENTRY ( )
virtualdefault

Member Function Documentation

◆ 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: