LIEF: Library to Instrument Executable Formats Version 0.16.0
Loading...
Searching...
No Matches
Header.hpp File Reference
#include <ostream>
#include <array>
#include <vector>
#include <set>
#include "LIEF/Object.hpp"
#include "LIEF/visibility.h"
#include "LIEF/Abstract/enums.hpp"
#include "LIEF/ELF/enums.hpp"
#include "LIEF/ELF/ProcessorFlags.hpp"
Include dependency graph for ELF/Header.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  LIEF::ELF::Header
 Class which represents the ELF's header. This class mirrors the raw ELF Elfxx_Ehdr structure. More...
 

Namespaces

namespace  LIEF
 LIEF namespace.
 
namespace  LIEF::ELF
 Namespace related to the LIEF's ELF module.
 

Functions

const char * LIEF::ELF::to_string (Header::FILE_TYPE type)
 
const char * LIEF::ELF::to_string (Header::VERSION version)
 
const char * LIEF::ELF::to_string (Header::CLASS version)
 
const char * LIEF::ELF::to_string (Header::OS_ABI abi)
 
const char * LIEF::ELF::to_string (Header::ELF_DATA abi)