LIEF: Library to Instrument Executable Formats Version 0.17.0
Loading...
Searching...
No Matches
Header.hpp File Reference
#include <cstdint>
#include <memory>
#include <ostream>
#include "LIEF/visibility.h"
#include "LIEF/PE/Header.hpp"
Include dependency graph for COFF/Header.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  LIEF::COFF::Header
 Class that represents the COFF header. It is subclassed by LIEF::COFF::RegularHeader and LIEF::COFF::BigObjHeader for normal vs /bigobj files. More...
 

Namespaces

namespace  LIEF
 LIEF namespace.
 
namespace  LIEF::COFF
 

Functions

const char * LIEF::COFF::to_string (Header::KIND kind)
 
const char * LIEF::COFF::to_string (Header::MACHINE_TYPES machine)