|
LIEF: Library to Instrument Executable Formats Version 1.0.0
|
#include <memory>#include "LIEF/span.hpp"#include "LIEF/iterators.hpp"#include "LIEF/visibility.h"#include "LIEF/MachO/LoadCommand.hpp"#include "LIEF/MachO/DyldChainedFormat.hpp"

Go to the source code of this file.
Classes | |
| class | LIEF::MachO::DyldChainedFixups |
| Class that represents the LC_DYLD_CHAINED_FIXUPS command. More... | |
| struct | LIEF::MachO::DyldChainedFixups::chained_starts_in_segment |
| Structure that mirrors the raw dyld_chained_starts_in_segment which aims at providing information about the chained rebase/bind fixups. More... | |
Namespaces | |
| namespace | LIEF |
| LIEF namespace. | |
| namespace | LIEF::MachO |
| Namespace related to the LIEF's Mach-O module. | |
| namespace | LIEF::MachO::details |