Crate winaudit

Crate winaudit 

Source

Re-exports§

pub use hardwarechecks::cpu_support_machine_check;
pub use hardwarechecks::cpu_support_nx;
pub use hardwarechecks::cpu_support_second_level_address_translation;
pub use hardwarechecks::cpu_support_speculation_control;
pub use hardwarechecks::cpu_support_sse3;
pub use hardwarechecks::cpu_support_supervisor_access_prevention;
pub use hardwarechecks::cpu_support_supervisor_execution_prevention;
pub use hardwarechecks::cpu_support_virt_firmware;
pub use hardwarechecks::is_bios_uefi;
pub use hardwarechecks::is_memory_guard_enabled;
pub use hardwarechecks::is_secure_boot_enabled;
pub use hardwarechecks::is_tpm;
pub use hardwarechecks::is_uefi_secure_variables_protection;
pub use hardwarechecks::windows_defs::IOCTL_NDIS_QUERY_GLOBAL_STATS;
pub use hardwarechecks::windows_defs::IOCTL_STORAGE_QUERY_PROPERTY;
pub use hardwarechecks::windows_defs::OID_GEN_SRIOV_CAPABLE;
pub use hardwarechecks::windows_defs::PropertyStandardQuery;
pub use hardwarechecks::windows_defs::STORAGE_PROPERTY_QUERY;
pub use hardwarechecks::windows_defs::StorageDeviceSecurityProperty;
pub use hardwarechecks::cpu_support_avx;
pub use hardwarechecks::cpu_support_avx2;
pub use hardwarechecks::cpu_support_rdrand;
pub use oschecks::*;
pub use softwarechecks::*;
pub use hardwarechecks::network_adapters_checks::*;
pub use hardwarechecks::ssd_checks::*;

Modules§

hardwarechecks
This module provides security hardware checks for Windows systems
oschecks
This module provide OS Security checks for Windows systems
softwarechecks
This provide Security Software Checks for windows systems

Enums§

WinAuditError
An error for failed windows security audit