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

Go to the source code of this file.
Classes | |
| class | LIEF::MachO::SegmentCommand |
| Class which represents a LoadCommand::TYPE::SEGMENT / LoadCommand::TYPE::SEGMENT_64 command. More... | |
| struct | EnableBitMaskOperators< LIEF::MachO::SegmentCommand::FLAGS > |
| struct | EnableBitMaskOperators< LIEF::MachO::SegmentCommand::VM_PROTECTIONS > |
Namespaces | |
| namespace | LIEF |
| LIEF namespace. | |
| namespace | LIEF::MachO |
| Namespace related to the LIEF's Mach-O module. | |
| namespace | LIEF::MachO::details |
Functions | |
| const char * | LIEF::MachO::to_string (SegmentCommand::FLAGS flag) |
| const char * | LIEF::MachO::to_string (SegmentCommand::VM_PROTECTIONS protection) |