retdec
Public Attributes | List of all members
retdec::fileformat::FileMapEntry Class Reference

#include <elf_core.h>

Collaboration diagram for retdec::fileformat::FileMapEntry:
Collaboration graph
[legend]

Public Attributes

std::uint64_t startAddr
 start address of mapped segment More...
 
std::uint64_t endAddr
 end address of mapped segment More...
 
std::uint64_t pageOffset
 page offset More...
 
std::string filePath
 full path to mapped file More...
 

Detailed Description

Entry for one mapped file in NT_FILE note

Member Data Documentation

◆ endAddr

std::uint64_t retdec::fileformat::FileMapEntry::endAddr

end address of mapped segment

◆ filePath

std::string retdec::fileformat::FileMapEntry::filePath

full path to mapped file

◆ pageOffset

std::uint64_t retdec::fileformat::FileMapEntry::pageOffset

page offset

◆ startAddr

std::uint64_t retdec::fileformat::FileMapEntry::startAddr

start address of mapped segment


The documentation for this class was generated from the following file: