libmwemu 0.24.3

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#[path = "../get_file_size.rs"]
mod get_file_size;
pub use get_file_size::GetFileSize;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#[path = "../GetFileSize.rs"]
mod GetFileSize;

#[path = "../get_file_size_ex.rs"]
mod get_file_size_ex;
pub use get_file_size_ex::GetFileSizeEx;