libmwemu 0.24.4

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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