libmwemu 0.24.4

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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