LIEF: Library to Instrument Executable Formats Version 0.16.0
|
#include <memory>
#include <set>
#include <string>
#include <vector>
#include "LIEF/errors.hpp"
#include "LIEF/visibility.h"
#include "LIEF/iostream.hpp"
Go to the source code of this file.
Classes | |
class | LIEF::ELF::Builder |
Class which takes an ELF::Binary object and reconstructs a valid binary. More... | |
struct | LIEF::ELF::Builder::config_t |
Configuration options to tweak the building process. More... | |
Namespaces | |
namespace | LIEF |
LIEF namespace. | |
namespace | LIEF::ELF |
Namespace related to the LIEF's ELF module. | |