| OLD | NEW |
| (Empty) |
| 1 @hex: | |
| 2 # test 8: five byte move. | |
| 3 c6 44 05 d6 00 | |
| 4 f4 | |
| 5 @nval: | |
| 6 *** <input> is safe *** | |
| 7 @nvals: | |
| 8 *** <input> is safe *** | |
| 9 | |
| 10 Opcode Histogram; | |
| 11 1 0xc6 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: c6 44 05 d6 00 mov %ss:[%ebp+%eax*1-0x
2a], 0x0 | |
| 28 00000005: f4 hlt | |
| 29 @vdis: | |
| 30 0: c6 44 05 d6 00 mov 0xffffffd6[0xffffffd6], 0x0 | |
| 31 5: f4 hlt | |
| 32 @rdfa_output: | |
| 33 return code: 0 | |
| OLD | NEW |