LIEF: Library to Instrument Executable Formats Version 0.16.0
|
Class that represents the default PE's LoadConfiguration
More...
#include <LoadConfiguration.hpp>
Public Types | |
enum class | VERSION { UNKNOWN = 0 , SEH , WIN_8_1 , WIN_10_0_9879 , WIN_10_0_14286 , WIN_10_0_14383 , WIN_10_0_14901 , WIN_10_0_15002 , WIN_10_0_16237 , WIN_10_0_18362 , WIN_10_0_19534 , WIN_10_0_MSVC_2019 , WIN_10_0_MSVC_2019_16 } |
Public Types inherited from LIEF::Object | |
template<class T > | |
using | output_t = add_pointer_t<decay_t<T>> |
template<class T > | |
using | output_const_t = add_pointer_t<add_const_t<decay_t<T>>> |
Public Member Functions | |
LoadConfiguration ()=default | |
template<class T > | |
LoadConfiguration (const details::load_configuration< T > &header) | |
LoadConfiguration & | operator= (const LoadConfiguration &)=default |
LoadConfiguration (const LoadConfiguration &)=default | |
virtual VERSION | version () const |
(SDK) Version of the structure | |
uint32_t | characteristics () const |
Characteristics of the structure It usually holds its size. | |
uint32_t | size () const |
Size of the current structure which is an alias for characteristics. | |
uint32_t | timedatestamp () const |
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 loader flags to clear for this process as the loader start the process. | |
uint32_t | global_flags_set () const |
The global loader flags to set for this process as the loader starts the process. | |
uint32_t | critical_section_default_timeout () const |
The default timeout value to use for this process’s critical sections that are abandoned. | |
uint64_t | decommit_free_block_threshold () const |
Memory that must be freed before it is returned to the system, in bytes. | |
uint64_t | decommit_total_free_threshold () const |
Total amount of free memory, in bytes. | |
uint64_t | lock_prefix_table () const |
The VA of a list of addresses where the LOCK prefix is used so that they can be replaced with NOP on single processor machines. | |
uint64_t | maximum_allocation_size () const |
Maximum allocation size, in bytes. | |
uint64_t | virtual_memory_threshold () const |
Maximum virtual memory size, in bytes. | |
uint64_t | process_affinity_mask () const |
Setting this field to a non-zero value is equivalent to calling SetProcessAffinityMask with this value during process startup (.exe only) | |
uint32_t | process_heap_flags () const |
Process heap flags that correspond to the first argument of the HeapCreate function. These flags apply to the process heap that is created during process startup. | |
uint16_t | csd_version () const |
The service pack version identifier. | |
uint16_t | reserved1 () const |
Must be zero. | |
uint16_t | dependent_load_flags () const |
Alias for reserved1. | |
uint32_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. | |
void | characteristics (uint32_t characteristics) |
void | timedatestamp (uint32_t timedatestamp) |
void | major_version (uint16_t major_version) |
void | minor_version (uint16_t minor_version) |
void | global_flags_clear (uint32_t global_flags_clear) |
void | global_flags_set (uint32_t global_flags_set) |
void | critical_section_default_timeout (uint32_t critical_section_default_timeout) |
void | decommit_free_block_threshold (uint64_t decommit_free_block_threshold) |
void | decommit_total_free_threshold (uint64_t decommit_total_free_threshold) |
void | lock_prefix_table (uint64_t lock_prefix_table) |
void | maximum_allocation_size (uint64_t maximum_allocation_size) |
void | virtual_memory_threshold (uint64_t virtual_memory_threshold) |
void | process_affinity_mask (uint64_t process_affinity_mask) |
void | process_heap_flags (uint32_t process_heap_flagsid) |
void | csd_version (uint16_t csd_version) |
void | reserved1 (uint16_t reserved1) |
void | dependent_load_flags (uint16_t flags) |
void | editlist (uint32_t editlist) |
void | security_cookie (uint64_t security_cookie) |
~LoadConfiguration () override=default | |
void | accept (Visitor &visitor) const override |
virtual std::ostream & | print (std::ostream &os) const |
Public Member Functions inherited from LIEF::Object | |
Object () | |
Object (const Object &other) | |
Object & | operator= (const Object &other) |
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 | |
static bool | classof (const LoadConfiguration *) |
template<class T > | |
static const T * | cast (const LoadConfiguration *config) |
Static Public Attributes | |
static constexpr VERSION | WIN_VERSION = VERSION::UNKNOWN |
Class that represents the default PE's LoadConfiguration
It's the base class for any future versions of the structure
|
strong |
|
default |
LIEF::PE::LoadConfiguration::LoadConfiguration | ( | const details::load_configuration< T > & | header | ) |
|
default |
|
overridedefault |
|
overridevirtual |
Implements LIEF::Object.
Reimplemented in LIEF::PE::LoadConfigurationV0, LIEF::PE::LoadConfigurationV10, LIEF::PE::LoadConfigurationV11, LIEF::PE::LoadConfigurationV1, LIEF::PE::LoadConfigurationV2, LIEF::PE::LoadConfigurationV3, LIEF::PE::LoadConfigurationV4, LIEF::PE::LoadConfigurationV5, LIEF::PE::LoadConfigurationV6, LIEF::PE::LoadConfigurationV7, LIEF::PE::LoadConfigurationV8, and LIEF::PE::LoadConfigurationV9.
|
inlinestatic |
References version().
|
inline |
Characteristics of the structure It usually holds its size.
|
inline |
|
inlinestatic |
|
inline |
The default timeout value to use for this process’s critical sections that are abandoned.
|
inline |
|
inline |
The service pack version identifier.
|
inline |
|
inline |
Memory that must be freed before it is returned to the system, in bytes.
|
inline |
|
inline |
Total amount of free memory, in bytes.
|
inline |
|
inline |
Alias for reserved1.
On recent the version of the structure, Microsoft renamed reserved1 to DependentLoadFlags
|
inline |
|
inline |
Reserved for use by the system.
|
inline |
|
inline |
The global loader flags to clear for this process as the loader start the process.
|
inline |
|
inline |
The global loader flags to set for this process as the loader starts the process.
|
inline |
|
inline |
The VA of a list of addresses where the LOCK prefix is used so that they can be replaced with NOP on single processor machines.
x86
only
|
inline |
|
inline |
Major Version.
|
inline |
|
inline |
Maximum allocation size, in bytes.
|
inline |
|
inline |
Minor version.
|
inline |
|
default |
|
virtual |
Reimplemented in LIEF::PE::LoadConfigurationV0, LIEF::PE::LoadConfigurationV10, LIEF::PE::LoadConfigurationV11, LIEF::PE::LoadConfigurationV1, LIEF::PE::LoadConfigurationV2, LIEF::PE::LoadConfigurationV3, LIEF::PE::LoadConfigurationV4, LIEF::PE::LoadConfigurationV5, LIEF::PE::LoadConfigurationV6, LIEF::PE::LoadConfigurationV7, LIEF::PE::LoadConfigurationV8, and LIEF::PE::LoadConfigurationV9.
|
inline |
Setting this field to a non-zero value is equivalent to calling SetProcessAffinityMask
with this value during process startup (.exe only)
|
inline |
|
inline |
Process heap flags that correspond to the first argument of the HeapCreate
function. These flags apply to the process heap that is created during process startup.
|
inline |
|
inline |
Must be zero.
|
inline |
|
inline |
A pointer to a cookie that is used by Visual C++ or GS implementation.
|
inline |
|
inline |
Size of the current structure which is an alias for characteristics.
|
inline |
Date and time stamp value.
|
inline |
|
inlinevirtual |
(SDK) Version of the structure
Reimplemented in LIEF::PE::LoadConfigurationV0, LIEF::PE::LoadConfigurationV10, LIEF::PE::LoadConfigurationV11, LIEF::PE::LoadConfigurationV1, LIEF::PE::LoadConfigurationV2, LIEF::PE::LoadConfigurationV3, LIEF::PE::LoadConfigurationV4, LIEF::PE::LoadConfigurationV5, LIEF::PE::LoadConfigurationV6, LIEF::PE::LoadConfigurationV7, LIEF::PE::LoadConfigurationV8, and LIEF::PE::LoadConfigurationV9.
Referenced by cast(), LIEF::PE::LoadConfigurationV0::classof(), LIEF::PE::LoadConfigurationV10::classof(), LIEF::PE::LoadConfigurationV11::classof(), LIEF::PE::LoadConfigurationV1::classof(), LIEF::PE::LoadConfigurationV2::classof(), LIEF::PE::LoadConfigurationV3::classof(), LIEF::PE::LoadConfigurationV4::classof(), LIEF::PE::LoadConfigurationV5::classof(), LIEF::PE::LoadConfigurationV6::classof(), LIEF::PE::LoadConfigurationV7::classof(), LIEF::PE::LoadConfigurationV8::classof(), and LIEF::PE::LoadConfigurationV9::classof().
|
inline |
Maximum virtual memory size, in bytes.
|
inline |
|
staticconstexpr |