|
LIEF: Library to Instrument Executable Formats Version 0.17.1
|
#include "LIEF/visibility.h"#include "LIEF/iterators.hpp"#include "LIEF/errors.hpp"#include <memory>#include <string>

Go to the source code of this file.
Classes | |
| class | LIEF::dsc::Dylib |
| This class represents a library embedded in a dyld shared cache. It mirrors the original dyld_cache_image_info structure. More... | |
| class | LIEF::dsc::Dylib::Iterator |
| Dylib Iterator. More... | |
| struct | LIEF::dsc::Dylib::extract_opt_t |
| This structure is used to tweak the extraction process while calling Dylib::get. These options allow to deoptimize the dylib and get an accurate representation of the origin Mach-O binary. More... | |
Namespaces | |
| namespace | LIEF |
| LIEF namespace. | |
| namespace | LIEF::MachO |
| Namespace related to the LIEF's Mach-O module. | |
| namespace | LIEF::dsc |
| Namespace related to the dyld shared cache support. | |
| namespace | LIEF::dsc::details |