1
0
mirror of https://github.com/bitdefender/bddisasm.git synced 2024-11-14 03:19:24 +00:00
bddisasm/bdshemu_test/basic
Andrei Vlad LUTAS 752bc626c4 Fixed RET with immediate - the immediate is not sign-extended.
Fixed VEX decoding in 32 bit mode - vex.vvvv bit 3 is simply ignored.
Fixed several FMA instructions decoding (L/W flag should be ignored).
Print the 64 bit immediate value in disassembly, instead of the raw immediate (note that the operand always contains the sign-extended, full immediate).
XBEGIN always uses 32/64 bit RIP size (0x66 does not affect its size).
Decode WBINVD even if it's preceded by 0x66/0xF2 prefixes.
Several mnemonic fixes (FXSAVE64, FXRSTOR64, PUSHA/PUSHAD...).
Properly decode VPERMIL2* instructions.
Fixed SSE register decoding when it is encoded in immediate.
Decode SCATTER instructions even though they use the VSIB index as source.
Some disp8 fixes (t1s -> t1s8/t1s16).
SYSCALL/SYSRET are decoded and executed in 32 bit compat modem, even though SDM states they are invalid.
RDPID uses 32/64 bit reg size, never 16.
Various other minor tweaks & fixes.
Re-generated the test files, and added some more, new tests.
2020-07-23 14:08:01 +03:00
..
test_32_str01 Initial commit. 2020-07-21 11:19:18 +03:00
test_32_str01.asm Initial commit. 2020-07-21 11:19:18 +03:00
test_32_str01.result Initial commit. 2020-07-21 11:19:18 +03:00
test_32_str02 Initial commit. 2020-07-21 11:19:18 +03:00
test_32_str02.asm Initial commit. 2020-07-21 11:19:18 +03:00
test_32_str02.result Initial commit. 2020-07-21 11:19:18 +03:00
test_32_str03 Initial commit. 2020-07-21 11:19:18 +03:00
test_32_str03.asm Initial commit. 2020-07-21 11:19:18 +03:00
test_32_str03.result Initial commit. 2020-07-21 11:19:18 +03:00
test_32_str04 Initial commit. 2020-07-21 11:19:18 +03:00
test_32_str04.asm Initial commit. 2020-07-21 11:19:18 +03:00
test_32_str04.result Initial commit. 2020-07-21 11:19:18 +03:00
test_32_sys01 Initial commit. 2020-07-21 11:19:18 +03:00
test_32_sys01.asm Initial commit. 2020-07-21 11:19:18 +03:00
test_32_sys01.result Initial commit. 2020-07-21 11:19:18 +03:00
test_64_basic01 Initial commit. 2020-07-21 11:19:18 +03:00
test_64_basic01.asm Initial commit. 2020-07-21 11:19:18 +03:00
test_64_basic01.result Initial commit. 2020-07-21 11:19:18 +03:00
test_64_basic02 Initial commit. 2020-07-21 11:19:18 +03:00
test_64_basic02.asm Initial commit. 2020-07-21 11:19:18 +03:00
test_64_basic02.result Initial commit. 2020-07-21 11:19:18 +03:00
test_64_basic03 Initial commit. 2020-07-21 11:19:18 +03:00
test_64_basic03.asm Initial commit. 2020-07-21 11:19:18 +03:00
test_64_basic03.result Initial commit. 2020-07-21 11:19:18 +03:00
test_64_basic04 Initial commit. 2020-07-21 11:19:18 +03:00
test_64_basic04.asm Initial commit. 2020-07-21 11:19:18 +03:00
test_64_basic04.result Initial commit. 2020-07-21 11:19:18 +03:00
test_64_basic05 Initial commit. 2020-07-21 11:19:18 +03:00
test_64_basic05.asm Initial commit. 2020-07-21 11:19:18 +03:00
test_64_basic05.result Fixed RET with immediate - the immediate is not sign-extended. 2020-07-23 14:08:01 +03:00
test_64_basic06 Initial commit. 2020-07-21 11:19:18 +03:00
test_64_basic06.asm Initial commit. 2020-07-21 11:19:18 +03:00
test_64_basic06.result Initial commit. 2020-07-21 11:19:18 +03:00
test_64_basic07 Initial commit. 2020-07-21 11:19:18 +03:00
test_64_basic07.asm Initial commit. 2020-07-21 11:19:18 +03:00
test_64_basic07.result Initial commit. 2020-07-21 11:19:18 +03:00
test_64_basic08 Initial commit. 2020-07-21 11:19:18 +03:00
test_64_basic08.asm Initial commit. 2020-07-21 11:19:18 +03:00
test_64_basic08.result Initial commit. 2020-07-21 11:19:18 +03:00
test_64_basic09 Initial commit. 2020-07-21 11:19:18 +03:00
test_64_basic09.asm Initial commit. 2020-07-21 11:19:18 +03:00
test_64_basic09.result Fixed RET with immediate - the immediate is not sign-extended. 2020-07-23 14:08:01 +03:00
test_64_branch1 Initial commit. 2020-07-21 11:19:18 +03:00
test_64_branch1.asm Initial commit. 2020-07-21 11:19:18 +03:00
test_64_branch1.result Fixed RET with immediate - the immediate is not sign-extended. 2020-07-23 14:08:01 +03:00
test_64_branch2 Initial commit. 2020-07-21 11:19:18 +03:00
test_64_branch2.asm Initial commit. 2020-07-21 11:19:18 +03:00
test_64_branch2.result Fixed RET with immediate - the immediate is not sign-extended. 2020-07-23 14:08:01 +03:00
test_64_branch3 Initial commit. 2020-07-21 11:19:18 +03:00
test_64_branch3.asm Initial commit. 2020-07-21 11:19:18 +03:00
test_64_branch3.result Initial commit. 2020-07-21 11:19:18 +03:00
test_64_branch4 Initial commit. 2020-07-21 11:19:18 +03:00
test_64_branch4.asm Initial commit. 2020-07-21 11:19:18 +03:00
test_64_branch4.result Initial commit. 2020-07-21 11:19:18 +03:00
test_64_div Initial commit. 2020-07-21 11:19:18 +03:00
test_64_div.asm Initial commit. 2020-07-21 11:19:18 +03:00
test_64_div.result Initial commit. 2020-07-21 11:19:18 +03:00
test_64_eicar Initial commit. 2020-07-21 11:19:18 +03:00
test_64_eicar.asm Initial commit. 2020-07-21 11:19:18 +03:00
test_64_eicar.result Initial commit. 2020-07-21 11:19:18 +03:00
test_64_flags Initial commit. 2020-07-21 11:19:18 +03:00
test_64_flags.asm Initial commit. 2020-07-21 11:19:18 +03:00
test_64_flags.result Fixed RET with immediate - the immediate is not sign-extended. 2020-07-23 14:08:01 +03:00
test_64_loadrip01 Initial commit. 2020-07-21 11:19:18 +03:00
test_64_loadrip01.asm Initial commit. 2020-07-21 11:19:18 +03:00
test_64_loadrip01.result Initial commit. 2020-07-21 11:19:18 +03:00
test_64_loadrip02 Initial commit. 2020-07-21 11:19:18 +03:00
test_64_loadrip02.asm Initial commit. 2020-07-21 11:19:18 +03:00
test_64_loadrip02.result Fixed RET with immediate - the immediate is not sign-extended. 2020-07-23 14:08:01 +03:00
test_64_loadrip03 Initial commit. 2020-07-21 11:19:18 +03:00
test_64_loadrip03.asm Initial commit. 2020-07-21 11:19:18 +03:00
test_64_loadrip03.result Initial commit. 2020-07-21 11:19:18 +03:00
test_64_moffset Initial commit. 2020-07-21 11:19:18 +03:00
test_64_moffset.asm Initial commit. 2020-07-21 11:19:18 +03:00
test_64_moffset.result Initial commit. 2020-07-21 11:19:18 +03:00
test_64_mov Initial commit. 2020-07-21 11:19:18 +03:00
test_64_mov.asm Initial commit. 2020-07-21 11:19:18 +03:00
test_64_mov.result Fixed RET with immediate - the immediate is not sign-extended. 2020-07-23 14:08:01 +03:00
test_64_nopsled01 Initial commit. 2020-07-21 11:19:18 +03:00
test_64_nopsled01.asm Initial commit. 2020-07-21 11:19:18 +03:00
test_64_nopsled01.result Initial commit. 2020-07-21 11:19:18 +03:00
test_64_nopsled02 Initial commit. 2020-07-21 11:19:18 +03:00
test_64_nopsled02.asm Initial commit. 2020-07-21 11:19:18 +03:00
test_64_nopsled02.result Initial commit. 2020-07-21 11:19:18 +03:00
test_64_nopsled03 Initial commit. 2020-07-21 11:19:18 +03:00
test_64_nopsled03.asm Initial commit. 2020-07-21 11:19:18 +03:00
test_64_nopsled03.result Initial commit. 2020-07-21 11:19:18 +03:00
test_64_selfwrite01 Initial commit. 2020-07-21 11:19:18 +03:00
test_64_selfwrite01.asm Initial commit. 2020-07-21 11:19:18 +03:00
test_64_selfwrite01.result Initial commit. 2020-07-21 11:19:18 +03:00
test_64_selfwrite02 Initial commit. 2020-07-21 11:19:18 +03:00
test_64_selfwrite02.asm Initial commit. 2020-07-21 11:19:18 +03:00
test_64_selfwrite02.result Initial commit. 2020-07-21 11:19:18 +03:00
test_64_selfwrite03 Initial commit. 2020-07-21 11:19:18 +03:00
test_64_selfwrite03.asm Initial commit. 2020-07-21 11:19:18 +03:00
test_64_selfwrite03.result Initial commit. 2020-07-21 11:19:18 +03:00
test_64_string Initial commit. 2020-07-21 11:19:18 +03:00
test_64_string.asm Initial commit. 2020-07-21 11:19:18 +03:00
test_64_string.result Fixed RET with immediate - the immediate is not sign-extended. 2020-07-23 14:08:01 +03:00
test_64_sys01 Initial commit. 2020-07-21 11:19:18 +03:00
test_64_sys01.asm Initial commit. 2020-07-21 11:19:18 +03:00
test_64_sys01.result Initial commit. 2020-07-21 11:19:18 +03:00
test_64_sys02 Initial commit. 2020-07-21 11:19:18 +03:00
test_64_sys02.asm Initial commit. 2020-07-21 11:19:18 +03:00
test_64_sys02.result Initial commit. 2020-07-21 11:19:18 +03:00
test_64_sys03 Initial commit. 2020-07-21 11:19:18 +03:00
test_64_sys03.asm Initial commit. 2020-07-21 11:19:18 +03:00
test_64_sys03.result Initial commit. 2020-07-21 11:19:18 +03:00