| OLD | NEW |
| (Empty) |
| 1 @hex: | |
| 2 # loop branch into overlapping instruction. | |
| 3 bb 90 40 cd 80 85 c0 e1 f8 f4 | |
| 4 | |
| 5 @nval: | |
| 6 VALIDATOR: 7: Illegal instruction | |
| 7 *** <input> IS UNSAFE *** | |
| 8 @nvals: | |
| 9 VALIDATOR: 7: Illegal instruction | |
| 10 *** <input> IS UNSAFE *** | |
| 11 | |
| 12 Opcode Histogram; | |
| 13 1 0x85 1 0xbb 1 0xe1 1 0xf4 | |
| 14 Analysis Summary: | |
| 15 4 Checked instructions | |
| 16 0 checked jump targets | |
| 17 0 calls/jumps need dynamic checking (0.00%) | |
| 18 | |
| 19 Problems: | |
| 20 1 illegal instructions | |
| 21 0 bad jump targets | |
| 22 0 illegal unprotected indirect jumps (including ret) | |
| 23 0 instruction alignment defects | |
| 24 0 segmentation errors | |
| 25 0 bad prefix | |
| 26 0 bad instruction length | |
| 27 0 internal errors | |
| 28 @nvalds: | |
| 29 VALIDATOR: 7: Illegal instruction | |
| 30 *** <input> IS UNSAFE *** | |
| 31 | |
| 32 Opcode Histogram; | |
| 33 1 0x85 1 0xbb 1 0xe1 1 0xf4 | |
| 34 Analysis Summary: | |
| 35 4 Checked instructions | |
| 36 0 checked jump targets | |
| 37 0 calls/jumps need dynamic checking (0.00%) | |
| 38 | |
| 39 Problems: | |
| 40 1 illegal instructions | |
| 41 0 bad jump targets | |
| 42 0 illegal unprotected indirect jumps (including ret) | |
| 43 0 instruction alignment defects | |
| 44 0 segmentation errors | |
| 45 0 bad prefix | |
| 46 0 bad instruction length | |
| 47 0 internal errors | |
| 48 @dis: | |
| 49 00000000: bb 90 40 cd 80 mov %ebx, 0x80cd4090 | |
| 50 00000005: 85 c0 test %eax, %eax | |
| 51 00000007: e1 f8 loope 0x1 | |
| 52 00000009: f4 hlt | |
| 53 @vdis: | |
| 54 0: bb 90 40 cd 80 mov %ebx, 0xffffffff80cd4090 | |
| 55 5: 85 c0 test %eax, %eax | |
| 56 7: e1 f8 loope 0x1 | |
| 57 9: f4 hlt | |
| 58 @rdfa_output: | |
| 59 7: [0] unrecognized instruction | |
| 60 return code: 1 | |
| OLD | NEW |