OLD | NEW |
| (Empty) |
1 @hex: | |
2 # test 12: five byte movsx. | |
3 66 0f be 04 10 | |
4 f4 | |
5 @nval: | |
6 *** <input> is safe *** | |
7 @nvals: | |
8 *** <input> is safe *** | |
9 | |
10 Opcode Histogram; | |
11 1 0x0f 1 0xf4 | |
12 Analysis Summary: | |
13 2 Checked instructions | |
14 0 checked jump targets | |
15 0 calls/jumps need dynamic checking (0.00%) | |
16 | |
17 Problems: | |
18 0 illegal instructions | |
19 0 bad jump targets | |
20 0 illegal unprotected indirect jumps (including ret) | |
21 0 instruction alignment defects | |
22 0 segmentation errors | |
23 0 bad prefix | |
24 0 bad instruction length | |
25 0 internal errors | |
26 @dis: | |
27 00000000: 66 0f be 04 10 movsx %ax, %ds:[%eax+%e
dx*1] | |
28 00000005: f4 hlt | |
29 @vdis: | |
30 0: 66 0f be 04 10 movsx %eax, [%eax + %edx] | |
31 5: f4 hlt | |
32 @rdfa_output: | |
33 return code: 0 | |
OLD | NEW |