LIEF: Library to Instrument Executable Formats Version 0.16.0
Loading...
Searching...
No Matches
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)

Member Function Documentation

◆ all()

static ParserConfig LIEF::PE::ParserConfig::all ( )
inlinestatic

References LIEF::PE::DEFAULT.

Member Data Documentation

◆ parse_exports

bool LIEF::PE::ParserConfig::parse_exports = true

Parse PE Exports Directory.

◆ parse_imports

bool LIEF::PE::ParserConfig::parse_imports = true

Parse PE Import Directory.

◆ parse_reloc

bool LIEF::PE::ParserConfig::parse_reloc = true

Parse PE relocations.

◆ parse_rsrc

bool LIEF::PE::ParserConfig::parse_rsrc = true

Parse PE resources tree.

◆ parse_signature

bool LIEF::PE::ParserConfig::parse_signature = true

Parse PE Authenticode signature.


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