libmwemu 0.24.3

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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