DynamoRIO
|
_module_segment_data_t Struct Reference
#include <dr_modules.h>
Data Fields | |
app_pc | start |
app_pc | end |
uint | prot |
uint64 | offset |
Detailed Description
Holds information on a segment of a loaded module.
Field Documentation
◆ end
app_pc _module_segment_data_t::end |
End address of the segment, page-aligned forward.
◆ offset
uint64 _module_segment_data_t::offset |
Offset of the segment from the beginning of the backing file
◆ prot
uint _module_segment_data_t::prot |
Protection attributes of the segment
◆ start
app_pc _module_segment_data_t::start |
Start address of the segment, page-aligned backward.
The documentation for this struct was generated from the following file:
- /home/runner/work/dynamorio/dynamorio/build_release-64/include/dr_modules.h