LIEF: Library to Instrument Executable Formats Version 0.16.0
|
This structure is used to tweak the PE Parser (PE::Parser) More...
#include <ParserConfig.hpp>
Static Public Member Functions | |
static ParserConfig | all () |
Public Attributes | |
bool | parse_signature = true |
Parse PE Authenticode signature. | |
bool | parse_exports = true |
Parse PE Exports Directory. | |
bool | parse_imports = true |
Parse PE Import Directory. | |
bool | parse_rsrc = true |
Parse PE resources tree. | |
bool | parse_reloc = true |
Parse PE relocations. | |
This structure is used to tweak the PE Parser (PE::Parser)
|
inlinestatic |
References LIEF::PE::DEFAULT.
bool LIEF::PE::ParserConfig::parse_exports = true |
Parse PE Exports Directory.
bool LIEF::PE::ParserConfig::parse_reloc = true |
Parse PE relocations.
bool LIEF::PE::ParserConfig::parse_rsrc = true |
Parse PE resources tree.
bool LIEF::PE::ParserConfig::parse_signature = true |
Parse PE Authenticode signature.