|
LIEF: Library to Instrument Executable Formats Version 1.0.0
|
#include <stdint.h>#include "LIEF/visibility.h"#include "LIEF/MachO/Header.h"#include "LIEF/MachO/LoadCommand.h"#include "LIEF/MachO/Symbol.h"#include "LIEF/MachO/Section.h"#include "LIEF/MachO/Segment.h"

Go to the source code of this file.
Classes | |
| struct | Macho_Binary_t |
| LIEF::MachO::Binary C Handler. More... | |
Typedefs | |
| typedef struct Macho_Binary_t | Macho_Binary_t |
Functions | |
| Macho_Binary_t ** | macho_parse (const char *file) |
| Wrapper on LIEF::MachO::Parser::parse. | |
| void | macho_binaries_destroy (Macho_Binary_t **binaries) |
| typedef struct Macho_Binary_t Macho_Binary_t |
| void macho_binaries_destroy | ( | Macho_Binary_t ** | binaries | ) |
References LIEF_API.
| Macho_Binary_t ** macho_parse | ( | const char * | file | ) |
Wrapper on LIEF::MachO::Parser::parse.
References LIEF_API.