1
0
mirror of https://github.com/bitdefender/bddisasm.git synced 2024-12-22 22:18:09 +00:00
bddisasm/bdshemu
Andrei Vlad LUTAS f6050661d5 Multiple improvements in bdshemu
Fixed an emulation bug for MOVZX and MOVSX instructions (https://github.com/bitdefender/bddisasm/issues/48)
New shellcode flag - call tot Wow32 reserved.
New shellcode flag - heaven's gate.
New shellcode flag - stack-pivot.
Moved bdshemu tests in a password protected zip file, so it doesn't trigger AV detections.
2021-08-10 11:43:51 +03:00
..
bdshemu.c Multiple improvements in bdshemu 2021-08-10 11:43:51 +03:00
bdshemu.vcxproj Added support for AESDEC, AESDECLAST and AESIMC emulation, using compiler intrinsics - they will be used only if the SHEMU_OPT_SUPPORT_AES is set (so the integrator can properly check for AES-NI support in hardware). 2020-12-04 10:52:56 +02:00
bdshemu.vcxproj.filters Move bdhsemu.h to inc/ 2020-11-17 16:05:40 +02:00
Makefile Specify -maes when building bdshemu 2020-12-04 11:45:10 +02:00