libmwemu 0.24.4

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
mod enter_extended;
mod leave_extended;
mod pop;
mod pop_mem;
mod push;
mod push_imm;
mod push_mem;
mod pusha_popa;
mod pushf_popf_extended;
mod rsp_operations;
mod stack_alignment;