16#ifndef LIEF_PE_PARSER_CONFIG_H
17#define LIEF_PE_PARSER_CONFIG_H
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;
LIEF namespace.
Definition Abstract/Binary.hpp:32
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