LIEF: Library to Instrument Executable Formats Version 0.16.0
|
#include <vector>
#include <ostream>
#include <memory>
#include "LIEF/Object.hpp"
#include "LIEF/visibility.h"
#include "LIEF/errors.hpp"
#include "LIEF/span.hpp"
#include "LIEF/ELF/Header.hpp"
Go to the source code of this file.
Classes | |
class | LIEF::ELF::Note |
Class which represents an ELF note. This class can be instantiated using the static Note::create functions. More... | |
Namespaces | |
namespace | LIEF |
LIEF namespace. | |
namespace | LIEF::ELF |
Namespace related to the LIEF's ELF module. | |
Functions | |
const char * | LIEF::ELF::to_string (Note::TYPE type) |