|
LIEF: Library to Instrument Executable Formats Version 0.17.1
|
#include <ostream>#include <array>#include <vector>#include "LIEF/Object.hpp"#include "LIEF/visibility.h"#include "LIEF/ELF/enums.hpp"#include "LIEF/ELF/ProcessorFlags.hpp"

Go to the source code of this file.
Classes | |
| class | LIEF::ELF::Header |
| Class which represents the ELF's header. This class mirrors the raw ELF Elfxx_Ehdr structure. More... | |
Namespaces | |
| namespace | LIEF |
| LIEF namespace. | |
| namespace | LIEF::ELF |
| Namespace related to the LIEF's ELF module. | |
Functions | |
| const char * | LIEF::ELF::to_string (Header::FILE_TYPE type) |
| const char * | LIEF::ELF::to_string (Header::VERSION version) |
| const char * | LIEF::ELF::to_string (Header::CLASS version) |
| const char * | LIEF::ELF::to_string (Header::OS_ABI abi) |
| const char * | LIEF::ELF::to_string (Header::ELF_DATA abi) |