LIEF: Library to Instrument Executable Formats Version 0.16.0
Loading...
Searching...
No Matches
Note.hpp File Reference
#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"
Include dependency graph for Note.hpp:
This graph shows which files directly or indirectly include this file:

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)