LIEF: Library to Instrument Executable Formats Version 0.15.0
Loading...
Searching...
No Matches
Public Attributes | List of all members
LIEF::ELF::CoreFile::entry_t Struct Reference

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.
 

Detailed Description

Core file entry.

Member Data Documentation

◆ end

uint64_t LIEF::ELF::CoreFile::entry_t::end = 0

Start address of mapped file.

End address of mapped file


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