LIEF: Library to Instrument Executable Formats Version 0.16.0
|
Core file entry. More...
#include <CoreFile.hpp>
Public Attributes | |
uint64_t | start = 0 |
uint64_t | end = 0 |
Start address of mapped file. | |
uint64_t | file_ofs = 0 |
Offset (in core) of mapped file. | |
std::string | path |
Path of mapped file. | |
Core file entry.
uint64_t LIEF::ELF::CoreFile::entry_t::end = 0 |
Start address of mapped file.
End address of mapped file
uint64_t LIEF::ELF::CoreFile::entry_t::file_ofs = 0 |
Offset (in core) of mapped file.
std::string LIEF::ELF::CoreFile::entry_t::path |
Path of mapped file.
uint64_t LIEF::ELF::CoreFile::entry_t::start = 0 |