| 
    LIEF: Library to Instrument Executable Formats Version 1.0.0
    
   | 
 
This class represents the load configuration data associated with the IMAGE_LOAD_CONFIG_DIRECTORY. More...
#include <LoadConfiguration.hpp>


Classes | |
| struct | guard_function_t | 
Public Member Functions | |
| LoadConfiguration () | |
| LoadConfiguration & | operator= (const LoadConfiguration &) | 
| LoadConfiguration (const LoadConfiguration &) | |
| LoadConfiguration (LoadConfiguration &&) | |
| LoadConfiguration & | operator= (LoadConfiguration &&) | 
| uint32_t | characteristics () const | 
| Characteristics of the structure which is defined by its size.   | |
| uint32_t | size () const | 
| Size of the current structure.   | |
| uint32_t | timedatestamp () const | 
| The date and time stamp value.   | |
| uint16_t | major_version () const | 
| Major version.   | |
| uint16_t | minor_version () const | 
| Minor version.   | |
| uint32_t | global_flags_clear () const | 
| The global flags that control system behavior. For more information, see Gflags.exe.   | |
| uint32_t | global_flags_set () const | 
| The global flags that control system behavior. For more information, see Gflags.exe.   | |
| uint32_t | critical_section_default_timeout () const | 
| The critical section default time-out value.   | |
| uint64_t | decommit_free_block_threshold () const | 
| The size of the minimum block that must be freed before it is freed (de-committed), in bytes. This value is advisory.   | |
| uint64_t | decommit_total_free_threshold () const | 
| The size of the minimum total memory that must be freed in the process heap before it is freed (de-committed), in bytes. This value is advisory.   | |
| uint64_t | lock_prefix_table () const | 
| The VA of a list of addresses where the LOCK prefix is used. These will be replaced by NOP on single-processor systems. This member is available only for x86.   | |
| uint64_t | maximum_allocation_size () const | 
| The maximum allocation size, in bytes. This member is obsolete and is used only for debugging purposes.   | |
| uint64_t | virtual_memory_threshold () const | 
| The maximum block size that can be allocated from heap segments, in bytes.   | |
| uint64_t | process_affinity_mask () const | 
| The process affinity mask. For more information, see GetProcessAffinityMask. This member is available only for .exe files.   | |
| uint32_t | process_heap_flags () const | 
| The process heap flags. For more information, see HeapCreate.   | |
| uint16_t | csd_version () const | 
| The service pack version.   | |
| uint16_t | reserved1 () const | 
| See: dependent_load_flags().   | |
| uint16_t | dependent_load_flags () const | 
| Alias for reserved1().   | |
| uint64_t | editlist () const | 
| Reserved for use by the system.   | |
| uint64_t | security_cookie () const | 
| A pointer to a cookie that is used by Visual C++ or GS implementation.   | |
| optional< uint64_t > | se_handler_table () const | 
| The VA of the sorted table of RVAs of each valid, unique handler in the image. This member is available only for x86.   | |
| optional< uint64_t > | se_handler_count () const | 
| The count of unique handlers in the table. This member is available only for x86.   | |
| const std::vector< uint32_t > & | seh_functions () const | 
| Return the list of the function RVA in the SEH table (if any).   | |
| optional< uint64_t > | guard_cf_check_function_pointer () const | 
| The VA where Control Flow Guard check-function pointer is stored.   | |
| optional< uint64_t > | guard_cf_dispatch_function_pointer () const | 
| The VA where Control Flow Guard dispatch-function pointer is stored.   | |
| optional< uint64_t > | guard_cf_function_table () const | 
| The VA of the sorted table of RVAs of each Control Flow Guard function in the image.   | |
| optional< uint64_t > | guard_cf_function_count () const | 
| The count of unique RVAs in the guard_cf_function_table() table.   | |
| it_const_guard_functions | guard_cf_functions () const | 
| Iterator over the Control Flow Guard functions referenced by guard_cf_function_table().   | |
| it_guard_functions | guard_cf_functions () | 
| optional< uint32_t > | guard_flags () const | 
| Control Flow Guard related flags.   | |
| bool | has (IMAGE_GUARD flag) const | 
| Check if the given flag is present.   | |
| std::vector< IMAGE_GUARD > | guard_cf_flags_list () const | 
| List of flags.   | |
| const CodeIntegrity * | code_integrity () const | 
| Code integrity information.   | |
| CodeIntegrity * | code_integrity () | 
| optional< uint64_t > | guard_address_taken_iat_entry_table () const | 
| The VA where Control Flow Guard address taken IAT table is stored.   | |
| optional< uint64_t > | guard_address_taken_iat_entry_count () const | 
| The count of unique RVAs in the table pointed by guard_address_taken_iat_entry_table().   | |
| it_const_guard_functions | guard_address_taken_iat_entries () const | 
| List of RVA pointed by guard_address_taken_iat_entry_table().   | |
| it_guard_functions | guard_address_taken_iat_entries () | 
| optional< uint64_t > | guard_long_jump_target_table () const | 
| The VA where Control Flow Guard long jump target table is stored.   | |
| optional< uint64_t > | guard_long_jump_target_count () const | 
| The count of unique RVAs in the table pointed by guard_long_jump_target_table.   | |
| it_const_guard_functions | guard_long_jump_targets () const | 
| List of RVA pointed by guard_address_taken_iat_entry_table().   | |
| it_guard_functions | guard_long_jump_targets () | 
| optional< uint64_t > | dynamic_value_reloc_table () const | 
| VA pointing to a IMAGE_DYNAMIC_RELOCATION_TABLE.   | |
| it_dynamic_relocations_t | dynamic_relocations () | 
| Return an iterator over the Dynamic relocations (DVRT).   | |
| it_const_dynamic_relocations_t | dynamic_relocations () const | 
| optional< uint64_t > | hybrid_metadata_pointer () const | 
| Alias for chpe_metadata_pointer().   | |
| optional< uint64_t > | chpe_metadata_pointer () const | 
| VA to the extra Compiled Hybrid Portable Executable (CHPE) metadata.   | |
| const CHPEMetadata * | chpe_metadata () const | 
| Compiled Hybrid Portable Executable (CHPE) metadata (if any).   | |
| CHPEMetadata * | chpe_metadata () | 
| optional< uint64_t > | guard_rf_failure_routine () const | 
| VA of the failure routine.   | |
| optional< uint64_t > | guard_rf_failure_routine_function_pointer () const | 
| VA of the failure routine fptr.   | |
| optional< uint32_t > | dynamic_value_reloctable_offset () const | 
| Offset of dynamic relocation table relative to the relocation table.   | |
| optional< uint16_t > | dynamic_value_reloctable_section () const | 
| The section index of the dynamic value relocation table.   | |
| optional< uint16_t > | reserved2 () const | 
| Must be zero.   | |
| optional< uint64_t > | guard_rf_verify_stackpointer_function_pointer () const | 
| VA of the Function verifying the stack pointer.   | |
| optional< uint32_t > | hotpatch_table_offset () const | 
| Offset to the hotpatch table.   | |
| optional< uint32_t > | reserved3 () const | 
| optional< uint64_t > | enclave_configuration_ptr () const | 
| const EnclaveConfiguration * | enclave_config () const | 
| EnclaveConfiguration * | enclave_config () | 
| optional< uint64_t > | volatile_metadata_pointer () const | 
| const VolatileMetadata * | volatile_metadata () const | 
| VolatileMetadata * | volatile_metadata () | 
| optional< uint64_t > | guard_eh_continuation_table () const | 
| optional< uint64_t > | guard_eh_continuation_count () const | 
| it_const_guard_functions | guard_eh_continuation_functions () const | 
| it_guard_functions | guard_eh_continuation_functions () | 
| optional< uint64_t > | guard_xfg_check_function_pointer () const | 
| optional< uint64_t > | guard_xfg_dispatch_function_pointer () const | 
| optional< uint64_t > | guard_xfg_table_dispatch_function_pointer () const | 
| optional< uint64_t > | cast_guard_os_determined_failure_mode () const | 
| optional< uint64_t > | guard_memcpy_function_pointer () const | 
| optional< uint64_t > | uma_function_pointers () const | 
| LoadConfiguration & | characteristics (uint32_t characteristics) | 
| LoadConfiguration & | size (uint32_t value) | 
| LoadConfiguration & | timedatestamp (uint32_t timedatestamp) | 
| LoadConfiguration & | major_version (uint16_t major_version) | 
| LoadConfiguration & | minor_version (uint16_t minor_version) | 
| LoadConfiguration & | global_flags_clear (uint32_t global_flags_clear) | 
| LoadConfiguration & | global_flags_set (uint32_t global_flags_set) | 
| LoadConfiguration & | critical_section_default_timeout (uint32_t critical_section_default_timeout) | 
| LoadConfiguration & | decommit_free_block_threshold (uint64_t decommit_free_block_threshold) | 
| LoadConfiguration & | decommit_total_free_threshold (uint64_t decommit_total_free_threshold) | 
| LoadConfiguration & | lock_prefix_table (uint64_t lock_prefix_table) | 
| LoadConfiguration & | maximum_allocation_size (uint64_t maximum_allocation_size) | 
| LoadConfiguration & | virtual_memory_threshold (uint64_t virtual_memory_threshold) | 
| LoadConfiguration & | process_affinity_mask (uint64_t process_affinity_mask) | 
| LoadConfiguration & | process_heap_flags (uint32_t process_heap_flagsid) | 
| LoadConfiguration & | csd_version (uint16_t csd_version) | 
| LoadConfiguration & | reserved1 (uint16_t reserved1) | 
| LoadConfiguration & | dependent_load_flags (uint16_t flags) | 
| LoadConfiguration & | editlist (uint64_t editlist) | 
| LoadConfiguration & | security_cookie (uint64_t security_cookie) | 
| LoadConfiguration & | se_handler_table (uint64_t se_handler_table) | 
| LoadConfiguration & | se_handler_count (uint64_t se_handler_count) | 
| LoadConfiguration & | guard_cf_check_function_pointer (uint64_t check_pointer) | 
| LoadConfiguration & | guard_cf_dispatch_function_pointer (uint64_t dispatch_pointer) | 
| LoadConfiguration & | guard_cf_function_table (uint64_t guard_cf_function_table) | 
| LoadConfiguration & | guard_cf_function_count (uint64_t guard_cf_function_count) | 
| LoadConfiguration & | guard_flags (IMAGE_GUARD flags) | 
| LoadConfiguration & | guard_flags (uint32_t flags) | 
| LoadConfiguration & | code_integrity (CodeIntegrity CI) | 
| LoadConfiguration & | guard_address_taken_iat_entry_table (uint64_t value) | 
| LoadConfiguration & | guard_address_taken_iat_entry_count (uint64_t value) | 
| LoadConfiguration & | guard_long_jump_target_table (uint64_t value) | 
| LoadConfiguration & | guard_long_jump_target_count (uint64_t value) | 
| LoadConfiguration & | dynamic_value_reloc_table (uint64_t value) | 
| LoadConfiguration & | hybrid_metadata_pointer (uint64_t value) | 
| LoadConfiguration & | guard_rf_failure_routine (uint64_t value) | 
| LoadConfiguration & | guard_rf_failure_routine_function_pointer (uint64_t value) | 
| LoadConfiguration & | dynamic_value_reloctable_offset (uint32_t value) | 
| LoadConfiguration & | dynamic_value_reloctable_section (uint16_t value) | 
| LoadConfiguration & | reserved2 (uint16_t value) | 
| LoadConfiguration & | guard_rf_verify_stackpointer_function_pointer (uint64_t value) | 
| LoadConfiguration & | hotpatch_table_offset (uint32_t value) | 
| LoadConfiguration & | reserved3 (uint32_t value) | 
| LoadConfiguration & | enclave_configuration_ptr (uint64_t value) | 
| LoadConfiguration & | volatile_metadata_pointer (uint64_t value) | 
| LoadConfiguration & | guard_eh_continuation_table (uint64_t value) | 
| LoadConfiguration & | guard_eh_continuation_count (uint64_t value) | 
| LoadConfiguration & | guard_xfg_check_function_pointer (uint64_t value) | 
| LoadConfiguration & | guard_xfg_dispatch_function_pointer (uint64_t value) | 
| LoadConfiguration & | guard_xfg_table_dispatch_function_pointer (uint64_t value) | 
| LoadConfiguration & | cast_guard_os_determined_failure_mode (uint64_t value) | 
| LoadConfiguration & | guard_memcpy_function_pointer (uint64_t value) | 
| LoadConfiguration & | uma_function_pointers (uint64_t value) | 
| ~LoadConfiguration () override | |
| void | accept (Visitor &visitor) const override | 
| std::string | to_string () const | 
| Public Member Functions inherited from LIEF::Object | |
| Object () | |
| Object (const Object &other) | |
| Object & | operator= (const Object &other) | 
| Object (Object &&other) noexcept=default | |
| Object & | operator= (Object &&other) noexcept=default | 
| template<class T> | |
| output_t< T > | as () | 
| template<class T> | |
| output_const_t< T > | as () const | 
| virtual bool | operator== (const Object &other) const | 
| virtual bool | operator!= (const Object &other) const | 
| virtual | ~Object () | 
Static Public Member Functions | |
| template<class PE_T> | |
| static std::unique_ptr< LoadConfiguration > | parse (Parser &ctx, BinaryStream &stream) | 
This class represents the load configuration data associated with the IMAGE_LOAD_CONFIG_DIRECTORY.
This structure is frequently updated by Microsoft to add new metadata.
| using LIEF::PE::LoadConfiguration::dynamic_relocations_t = std::vector<std::unique_ptr<DynamicRelocation>> | 
| using LIEF::PE::LoadConfiguration::guard_functions_t = std::vector<guard_function_t> | 
| using LIEF::PE::LoadConfiguration::it_const_dynamic_relocations_t = const_ref_iterator<const dynamic_relocations_t&, const DynamicRelocation*> | 
| using LIEF::PE::LoadConfiguration::it_const_guard_functions = const_ref_iterator<const guard_functions_t&> | 
| using LIEF::PE::LoadConfiguration::it_dynamic_relocations_t = ref_iterator<dynamic_relocations_t&, DynamicRelocation*> | 
      
  | 
  strong | 
| LIEF::PE::LoadConfiguration::LoadConfiguration | ( | ) | 
Referenced by cast_guard_os_determined_failure_mode(), characteristics(), code_integrity(), critical_section_default_timeout(), csd_version(), decommit_free_block_threshold(), decommit_total_free_threshold(), dependent_load_flags(), dynamic_value_reloc_table(), dynamic_value_reloctable_offset(), dynamic_value_reloctable_section(), editlist(), enclave_configuration_ptr(), global_flags_clear(), global_flags_set(), guard_address_taken_iat_entry_count(), guard_address_taken_iat_entry_table(), guard_cf_check_function_pointer(), guard_cf_dispatch_function_pointer(), guard_cf_function_count(), guard_cf_function_table(), guard_eh_continuation_count(), guard_eh_continuation_table(), guard_flags(), guard_flags(), guard_long_jump_target_count(), guard_long_jump_target_table(), guard_memcpy_function_pointer(), guard_rf_failure_routine(), guard_rf_failure_routine_function_pointer(), guard_rf_verify_stackpointer_function_pointer(), guard_xfg_check_function_pointer(), guard_xfg_dispatch_function_pointer(), guard_xfg_table_dispatch_function_pointer(), hotpatch_table_offset(), hybrid_metadata_pointer(), LoadConfiguration(), LoadConfiguration(), lock_prefix_table(), major_version(), maximum_allocation_size(), minor_version(), operator<<, operator=(), operator=(), process_affinity_mask(), process_heap_flags(), reserved1(), reserved2(), reserved3(), se_handler_count(), se_handler_table(), security_cookie(), size(), timedatestamp(), uma_function_pointers(), virtual_memory_threshold(), and volatile_metadata_pointer().
| LIEF::PE::LoadConfiguration::LoadConfiguration | ( | const LoadConfiguration & | ) | 
References LoadConfiguration().
| LIEF::PE::LoadConfiguration::LoadConfiguration | ( | LoadConfiguration && | ) | 
References LoadConfiguration().
      
  | 
  override | 
      
  | 
  overridevirtual | 
Implements LIEF::Object.
      
  | 
  inline | 
      
  | 
  inline | 
References LoadConfiguration().
      
  | 
  inline | 
Characteristics of the structure which is defined by its size.
Referenced by characteristics(), and size().
      
  | 
  inline | 
References characteristics(), and LoadConfiguration().
      
  | 
  inline | 
      
  | 
  inline | 
Compiled Hybrid Portable Executable (CHPE) metadata (if any).
      
  | 
  inline | 
VA to the extra Compiled Hybrid Portable Executable (CHPE) metadata.
References hybrid_metadata_pointer().
      
  | 
  inline | 
      
  | 
  inline | 
Code integrity information.
      
  | 
  inline | 
References LoadConfiguration().
      
  | 
  inline | 
The critical section default time-out value.
Referenced by critical_section_default_timeout().
      
  | 
  inline | 
References critical_section_default_timeout(), and LoadConfiguration().
      
  | 
  inline | 
The service pack version.
Referenced by csd_version().
      
  | 
  inline | 
References csd_version(), and LoadConfiguration().
      
  | 
  inline | 
The size of the minimum block that must be freed before it is freed (de-committed), in bytes. This value is advisory.
Referenced by decommit_free_block_threshold().
      
  | 
  inline | 
References decommit_free_block_threshold(), and LoadConfiguration().
      
  | 
  inline | 
The size of the minimum total memory that must be freed in the process heap before it is freed (de-committed), in bytes. This value is advisory.
Referenced by decommit_total_free_threshold().
      
  | 
  inline | 
References decommit_total_free_threshold(), and LoadConfiguration().
      
  | 
  inline | 
Alias for reserved1().
The default load flags used when the operating system resolves the statically linked imports of a module. For more information, see LoadLibraryEx.
      
  | 
  inline | 
References LoadConfiguration(), and reserved1().
      
  | 
  inline | 
Return an iterator over the Dynamic relocations (DVRT).
      
  | 
  inline | 
      
  | 
  inline | 
VA pointing to a IMAGE_DYNAMIC_RELOCATION_TABLE.
      
  | 
  inline | 
References LoadConfiguration().
      
  | 
  inline | 
Offset of dynamic relocation table relative to the relocation table.
      
  | 
  inline | 
References LoadConfiguration().
      
  | 
  inline | 
The section index of the dynamic value relocation table.
      
  | 
  inline | 
References LoadConfiguration().
      
  | 
  inline | 
Reserved for use by the system.
Referenced by editlist().
      
  | 
  inline | 
References editlist(), and LoadConfiguration().
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
References LoadConfiguration().
      
  | 
  inline | 
The global flags that control system behavior. For more information, see Gflags.exe.
Referenced by global_flags_clear().
      
  | 
  inline | 
References global_flags_clear(), and LoadConfiguration().
      
  | 
  inline | 
The global flags that control system behavior. For more information, see Gflags.exe.
Referenced by global_flags_set().
      
  | 
  inline | 
References global_flags_set(), and LoadConfiguration().
      
  | 
  inline | 
      
  | 
  inline | 
List of RVA pointed by guard_address_taken_iat_entry_table().
      
  | 
  inline | 
The count of unique RVAs in the table pointed by guard_address_taken_iat_entry_table().
      
  | 
  inline | 
References LoadConfiguration().
      
  | 
  inline | 
The VA where Control Flow Guard address taken IAT table is stored.
      
  | 
  inline | 
References LoadConfiguration().
      
  | 
  inline | 
The VA where Control Flow Guard check-function pointer is stored.
      
  | 
  inline | 
References LoadConfiguration().
      
  | 
  inline | 
The VA where Control Flow Guard dispatch-function pointer is stored.
      
  | 
  inline | 
References LoadConfiguration().
| std::vector< IMAGE_GUARD > LIEF::PE::LoadConfiguration::guard_cf_flags_list | ( | ) | const | 
List of flags.
      
  | 
  inline | 
The count of unique RVAs in the guard_cf_function_table() table.
Referenced by guard_cf_function_count().
      
  | 
  inline | 
References guard_cf_function_count(), and LoadConfiguration().
      
  | 
  inline | 
The VA of the sorted table of RVAs of each Control Flow Guard function in the image.
Referenced by guard_cf_function_table().
      
  | 
  inline | 
References guard_cf_function_table(), and LoadConfiguration().
      
  | 
  inline | 
      
  | 
  inline | 
Iterator over the Control Flow Guard functions referenced by guard_cf_function_table().
      
  | 
  inline | 
      
  | 
  inline | 
References LoadConfiguration().
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
References LoadConfiguration().
      
  | 
  inline | 
Control Flow Guard related flags.
      
  | 
  inline | 
References LoadConfiguration().
      
  | 
  inline | 
References LoadConfiguration().
      
  | 
  inline | 
The count of unique RVAs in the table pointed by guard_long_jump_target_table.
      
  | 
  inline | 
References LoadConfiguration().
      
  | 
  inline | 
The VA where Control Flow Guard long jump target table is stored.
      
  | 
  inline | 
References LoadConfiguration().
      
  | 
  inline | 
      
  | 
  inline | 
List of RVA pointed by guard_address_taken_iat_entry_table().
      
  | 
  inline | 
      
  | 
  inline | 
References LoadConfiguration().
      
  | 
  inline | 
VA of the failure routine.
      
  | 
  inline | 
References LoadConfiguration().
      
  | 
  inline | 
VA of the failure routine fptr.
      
  | 
  inline | 
References LoadConfiguration().
      
  | 
  inline | 
VA of the Function verifying the stack pointer.
      
  | 
  inline | 
References LoadConfiguration().
      
  | 
  inline | 
      
  | 
  inline | 
References LoadConfiguration().
      
  | 
  inline | 
      
  | 
  inline | 
References LoadConfiguration().
      
  | 
  inline | 
      
  | 
  inline | 
References LoadConfiguration().
      
  | 
  inline | 
Check if the given flag is present.
      
  | 
  inline | 
Offset to the hotpatch table.
      
  | 
  inline | 
References LoadConfiguration().
      
  | 
  inline | 
Alias for chpe_metadata_pointer().
Referenced by chpe_metadata_pointer().
      
  | 
  inline | 
References LoadConfiguration().
      
  | 
  inline | 
The VA of a list of addresses where the LOCK prefix is used. These will be replaced by NOP on single-processor systems. This member is available only for x86.
Referenced by lock_prefix_table().
      
  | 
  inline | 
References LoadConfiguration(), and lock_prefix_table().
      
  | 
  inline | 
Major version.
Referenced by major_version().
      
  | 
  inline | 
References LoadConfiguration(), and major_version().
      
  | 
  inline | 
The maximum allocation size, in bytes. This member is obsolete and is used only for debugging purposes.
Referenced by maximum_allocation_size().
      
  | 
  inline | 
References LoadConfiguration(), and maximum_allocation_size().
      
  | 
  inline | 
Minor version.
Referenced by minor_version().
      
  | 
  inline | 
References LoadConfiguration(), and minor_version().
| LoadConfiguration & LIEF::PE::LoadConfiguration::operator= | ( | const LoadConfiguration & | ) | 
References LoadConfiguration().
| LoadConfiguration & LIEF::PE::LoadConfiguration::operator= | ( | LoadConfiguration && | ) | 
References LoadConfiguration().
      
  | 
  static | 
References Parser.
      
  | 
  inline | 
The process affinity mask. For more information, see GetProcessAffinityMask. This member is available only for .exe files.
Referenced by process_affinity_mask().
      
  | 
  inline | 
References LoadConfiguration(), and process_affinity_mask().
      
  | 
  inline | 
The process heap flags. For more information, see HeapCreate.
      
  | 
  inline | 
References LoadConfiguration().
      
  | 
  inline | 
See: dependent_load_flags().
Referenced by dependent_load_flags(), and reserved1().
      
  | 
  inline | 
References LoadConfiguration(), and reserved1().
      
  | 
  inline | 
Must be zero.
      
  | 
  inline | 
References LoadConfiguration().
      
  | 
  inline | 
      
  | 
  inline | 
References LoadConfiguration().
      
  | 
  inline | 
The count of unique handlers in the table. This member is available only for x86.
Referenced by se_handler_count().
      
  | 
  inline | 
References LoadConfiguration(), and se_handler_count().
      
  | 
  inline | 
The VA of the sorted table of RVAs of each valid, unique handler in the image. This member is available only for x86.
Referenced by se_handler_table().
      
  | 
  inline | 
References LoadConfiguration(), and se_handler_table().
      
  | 
  inline | 
A pointer to a cookie that is used by Visual C++ or GS implementation.
Referenced by security_cookie().
      
  | 
  inline | 
References LoadConfiguration(), and security_cookie().
      
  | 
  inline | 
Return the list of the function RVA in the SEH table (if any).
      
  | 
  inline | 
Size of the current structure.
      
  | 
  inline | 
References characteristics(), and LoadConfiguration().
      
  | 
  inline | 
The date and time stamp value.
Referenced by timedatestamp().
      
  | 
  inline | 
References LoadConfiguration(), and timedatestamp().
| std::string LIEF::PE::LoadConfiguration::to_string | ( | ) | const | 
References LIEF_API.
Referenced by operator<<.
      
  | 
  inline | 
      
  | 
  inline | 
References LoadConfiguration().
      
  | 
  inline | 
The maximum block size that can be allocated from heap segments, in bytes.
Referenced by virtual_memory_threshold().
      
  | 
  inline | 
References LoadConfiguration(), and virtual_memory_threshold().
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
References LoadConfiguration().