libmwemu 0.24.5

x86 32/64bits and system internals emulator, for securely emulating malware and other stuff.
Documentation
#![cfg(feature = "rax_x86_tests")]
mod arithmetic;
mod common;
mod logic_and_bit_manipulation;
mod logical;
mod rotate;
//mod simd;  // disabled for increasing rax test speed
mod fpu;
mod stack_operations;

/*
mod bcd;
mod bit;
mod bmi;
mod control_flow;
mod conversion;
mod crypto;
mod data_movement;
mod data_transfer;
mod flags;
//mod io;
mod lapic_integration;
mod logic_and_bit_manipulation;
mod memory;
mod misc;
mod segment;
mod string;
mod sync;
//mod system;
*/