libmwemu 0.24.4

x86 32/64bits and system internals emulator, for securely emulating malware and other stuff.
Documentation
#[path = "../get_acp.rs"]
mod get_acp;
pub use get_acp::*;

#[path = "../get_cp_info.rs"]
mod get_cp_info;
pub use get_cp_info::*;

#[path = "../get_local_time.rs"]
mod get_local_time;
pub use get_local_time::*;

#[path = "../get_locale_info_a.rs"]
mod get_locale_info_a;
pub use get_locale_info_a::*;

#[path = "../get_locale_info_w.rs"]
mod get_locale_info_w;
pub use get_locale_info_w::*;

#[path = "../get_native_system_info.rs"]
mod get_native_system_info;
pub use get_native_system_info::*;

#[path = "../get_system_firmware_table.rs"]
mod get_system_firmware_table;
pub use get_system_firmware_table::*;

#[path = "../get_system_info.rs"]
mod get_system_info;
pub use get_system_info::*;

#[path = "../get_system_time.rs"]
mod get_system_time;
pub use get_system_time::*;

#[path = "../get_tick_count.rs"]
mod get_tick_count;
pub use get_tick_count::*;

#[path = "../get_time_zone_information.rs"]
mod get_time_zone_information;
pub use get_time_zone_information::*;

#[path = "../get_user_default_lang_id.rs"]
mod get_user_default_lang_id;
pub use get_user_default_lang_id::*;

#[path = "../get_version.rs"]
mod get_version;
pub use get_version::*;

#[path = "../get_version_ex_a.rs"]
mod get_version_ex_a;
pub use get_version_ex_a::*;

#[path = "../get_version_ex_w.rs"]
mod get_version_ex_w;
pub use get_version_ex_w::*;

#[path = "../system_time_to_tz_specific_local_time.rs"]
mod system_time_to_tz_specific_local_time;
pub use system_time_to_tz_specific_local_time::*;