Struct lief::pe::load_configuration::LoadConfigV4
pub struct LoadConfigV4<'a> { /* private fields */ }
Trait Implementations§
§impl AsBase for LoadConfigV4<'_>
impl AsBase for LoadConfigV4<'_>
fn characteristics(&self) -> u32
fn size(&self) -> u32
fn timedatestamp(&self) -> u32
fn major_version(&self) -> u32
fn minor_version(&self) -> u32
fn global_flags_clear(&self) -> u32
fn global_flags_set(&self) -> u32
fn critical_section_default_timeout(&self) -> u32
fn decommit_free_block_threshold(&self) -> u64
fn decommit_total_free_threshold(&self) -> u64
fn lock_prefix_table(&self) -> u64
fn maximum_allocation_size(&self) -> u64
fn virtual_memory_threshold(&self) -> u64
fn process_affinity_mask(&self) -> u64
fn process_heap_flags(&self) -> u32
fn csd_version(&self) -> u16
fn reserved1(&self) -> u16
fn dependent_load_flags(&self) -> u16
fn editlist(&self) -> u32
§impl AsLoadConfigV0 for LoadConfigV4<'_>
impl AsLoadConfigV0 for LoadConfigV4<'_>
fn se_handler_table(&self) -> u64
fn se_handler_count(&self) -> u64
§impl AsLoadConfigV1 for LoadConfigV4<'_>
impl AsLoadConfigV1 for LoadConfigV4<'_>
fn guard_cf_check_function_pointer(&self) -> u64
fn guard_cf_dispatch_function_pointer(&self) -> u64
fn guard_cf_function_table(&self) -> u64
fn guard_cf_function_count(&self) -> u64
fn guard_flags(&self) -> u32
§impl AsLoadConfigV2 for LoadConfigV4<'_>
impl AsLoadConfigV2 for LoadConfigV4<'_>
fn code_integrity(&self) -> CodeIntegrity<'_>
§impl AsLoadConfigV3 for LoadConfigV4<'_>
impl AsLoadConfigV3 for LoadConfigV4<'_>
fn guard_address_taken_iat_entry_table(&self) -> u64
fn guard_address_taken_iat_entry_count(&self) -> u64
fn guard_long_jump_target_table(&self) -> u64
fn guard_long_jump_target_count(&self) -> u64
§impl AsLoadConfigV4 for LoadConfigV4<'_>
impl AsLoadConfigV4 for LoadConfigV4<'_>
fn dynamic_value_reloc_table(&self) -> u64
fn hybrid_metadata_pointer(&self) -> u64
Auto Trait Implementations§
impl<'a> RefUnwindSafe for LoadConfigV4<'a>
impl<'a> !Send for LoadConfigV4<'a>
impl<'a> !Sync for LoadConfigV4<'a>
impl<'a> Unpin for LoadConfigV4<'a>
impl<'a> UnwindSafe for LoadConfigV4<'a>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more