LIEF: Library to Instrument Executable Formats Version 0.17.0
|
#include <cstdint>
#include <memory>
#include <ostream>
#include "LIEF/visibility.h"
#include "LIEF/PE/Header.hpp"
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) |