libmwemu 0.24.1

x86 32/64bits and system internals emulator, for securely emulating malware and other stuff.
Documentation
mod allocator32_test;
mod allocator64_test;
mod banzai_mode_tests;
mod basic_test_code_bytes_shld_shrd;
mod bit_manipulation_tests;
mod breakpoint_functionality;
mod call32;
mod call64;
mod cmpxchg_tests;
mod config_management;
mod config_tests;
mod console_control_tests;
mod emulation_perf;
mod elf64lin_cpu_arithmetics;

mod elf64lin_flags;
mod elf64lin_fpu;
mod elf64lin_static_helloworld;
mod elf64lin_syscall64;
mod emulator_initialization;
mod error_conditions;
mod exception_handler32;
mod exception_handler64;
mod exe32win_minecraft;
mod exe64win_enigma;
mod exe64win_msgbox;
mod flag_calculations;
mod fpu_conversions;
mod fpu_f80_emulation;
mod fpu_stack_operations;
mod helpers;
mod hooks_system;
mod instruction_pointer_tests;
mod linux_call64;
mod logic_test;
mod maps_memory_operations;
mod maps_operations_tests;
mod mem64_test;
mod memmove_test;
mod memory_map_operations;
mod pe64_loader_tests;
mod peb_teb_ldr_structures_test;
mod pure_rust_check;
mod register_state_tests;
mod regsisters_test;
mod sc32lin_rshell;
mod sc32win_donut;
mod sc32win_peb_ldr_rot;
mod sc32win_veryobfus;
mod sc64lin_arith_100iter;
mod sc64win_metasploit;
mod sc64win_strgen;
mod serialization_tests;
mod shl2p8_bug_trigger;
mod shl2p8_edge_cases_should_not_panic;
mod should_serialize;
mod ssdt_win64_tests;
mod sse_avx_tests;
mod stack32_test;
mod stack64_test;
mod stress_sar2p_all;
mod stress_shl1p_all;
mod stress_shl2p_all;
mod stress_shl2p_trigger;
mod stress_shr2p_all;
mod string_ops_tests;
mod syscall64_ssdt_tests;
mod test_unified_step_and_run_methods;
mod threading_operations_tests;
mod tls_fls_tests;
mod utility_functions_tests;
mod winapi32_tests;
mod winapi64_tests;
mod rax_x86_tests;
mod mingw_tests;