LIEF: Library to Instrument Executable Formats Version 0.15.0
Loading...
Searching...
No Matches
Static Public Member Functions | Public Attributes | List of all members
LIEF::PE::ParserConfig Struct Reference

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.
 

Detailed Description

This structure is used to tweak the PE Parser (PE::Parser)


The documentation for this struct was generated from the following file: