Go to the documentation of this file.
16#ifndef LIEF_MACHO_PARSER_CONFIG_H
17#define LIEF_MACHO_PARSER_CONFIG_H
28 static ParserConfig
quick();
39 bool parse_dyld_exports =
true;
40 bool parse_dyld_bindings =
true;
41 bool parse_dyld_rebases =
true;
42 bool parse_overlay =
true;
43 bool fix_from_memory =
false;
50 bool from_dyld_shared_cache =
false;
Namespace related to the LIEF's Mach-O module.
Definition Abstract/Header.hpp:36
LIEF namespace.
Definition Abstract/Binary.hpp:36
This structure is used to tweak the MachO Parser (MachO::Parser)
Definition MachO/ParserConfig.hpp:24
static ParserConfig deep()
Return a parser configuration such as all the objects supported by LIEF are parsed.
ParserConfig & full_dyldinfo(bool flag)
If flag is set to true, Exports, Bindings and Rebases opcodes are parsed.
static ParserConfig quick()
Return a configuration to parse the most important MachO structures.
#define LIEF_API
Definition visibility.h:41