|
LIEF: Library to Instrument Executable Formats Version 0.17.1
|
#include <cstdint>#include <memory>#include <ostream>#include "LIEF/visibility.h"#include "LIEF/Abstract/Section.hpp"#include "LIEF/PE/Section.hpp"#include "LIEF/COFF/AuxiliarySymbols/AuxiliarySectionDefinition.hpp"#include "LIEF/iterators.hpp"#include "LIEF/optional.hpp"

Go to the source code of this file.
Classes | |
| class | LIEF::COFF::Section |
| This class represents a COFF section. More... | |
| struct | LIEF::COFF::Section::ComdatInfo |
| This structure wraps comdat information which is composed of the symbol associated with the comdat section and its selection flag. More... | |
Namespaces | |
| namespace | LIEF |
| LIEF namespace. | |
| namespace | LIEF::COFF |
Functions | |
| const char * | LIEF::COFF::to_string (Section::CHARACTERISTICS e) |