Trait lief::pe::load_configuration::AsLoadConfigV1
pub trait AsLoadConfigV1 {
// Provided methods
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 { ... }
}