retdec
|
#include <elf_core.h>
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... | |
Entry for one mapped file in NT_FILE note
std::uint64_t retdec::fileformat::FileMapEntry::endAddr |
end address of mapped segment
std::string retdec::fileformat::FileMapEntry::filePath |
full path to mapped file
std::uint64_t retdec::fileformat::FileMapEntry::pageOffset |
page offset
std::uint64_t retdec::fileformat::FileMapEntry::startAddr |
start address of mapped segment