Go to the documentation of this file.
16#ifndef LIEF_PE_PARSER_CONFIG_H
17#define LIEF_PE_PARSER_CONFIG_H
25 static ParserConfig
all() {
26 static const ParserConfig
DEFAULT;
30 bool parse_signature =
true;
31 bool parse_exports =
true;
32 bool parse_imports =
true;
33 bool parse_rsrc =
true;
34 bool parse_reloc =
true;
Namespace related to the LIEF's PE module.
Definition Abstract/Header.hpp:32
@ DEFAULT
Definition PE/utils.hpp:34
LIEF namespace.
Definition Abstract/Binary.hpp:36
This structure is used to tweak the PE Parser (PE::Parser)
Definition PE/ParserConfig.hpp:24
static ParserConfig all()
Definition PE/ParserConfig.hpp:25
#define LIEF_API
Definition visibility.h:41