libmwemu 0.24.5

x86 32/64bits and system internals emulator, for securely emulating malware and other stuff.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#[path = "../get_console_cp.rs"]
mod get_console_cp;
pub use get_console_cp::*;

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

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

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