#include <dr_modules.h>
Data Fields | |
| app_pc | start |
| app_pc | end |
| uint | prot |
| uint64 | offset |
Holds information on a segment of a loaded module.
| app_pc _module_segment_data_t::end |
End address of the segment, page-aligned forward.
| uint64 _module_segment_data_t::offset |
Offset of the segment from the beginning of the backing file
| uint _module_segment_data_t::prot |
Protection attributes of the segment
| app_pc _module_segment_data_t::start |
Start address of the segment, page-aligned backward.