| OLD | NEW |
| (Empty) |
| 1 @hex: | |
| 2 # test 7: group2, three byte move. | |
| 3 c1 f9 1f | |
| 4 89 4d e4 | |
| 5 f4 | |
| 6 @nval: | |
| 7 *** <input> is safe *** | |
| 8 @nvals: | |
| 9 *** <input> is safe *** | |
| 10 | |
| 11 Opcode Histogram; | |
| 12 1 0x89 1 0xc1 1 0xf4 | |
| 13 Analysis Summary: | |
| 14 3 Checked instructions | |
| 15 0 checked jump targets | |
| 16 0 calls/jumps need dynamic checking (0.00%) | |
| 17 | |
| 18 Problems: | |
| 19 0 illegal instructions | |
| 20 0 bad jump targets | |
| 21 0 illegal unprotected indirect jumps (including ret) | |
| 22 0 instruction alignment defects | |
| 23 0 segmentation errors | |
| 24 0 bad prefix | |
| 25 0 bad instruction length | |
| 26 0 internal errors | |
| 27 @dis: | |
| 28 00000000: c1 f9 1f sar %ecx, 0x1f | |
| 29 00000003: 89 4d e4 mov %ss:[%ebp-0x1c], %e
cx | |
| 30 00000006: f4 hlt | |
| 31 @vdis: | |
| 32 0: c1 f9 1f sar %edi, 0x1f | |
| 33 3: 89 4d e4 mov 0xffffffe4[%ebp], %ecx | |
| 34 6: f4 hlt | |
| 35 @rdfa_output: | |
| 36 return code: 0 | |
| OLD | NEW |