OLD | NEW |
| (Empty) |
1 @hex: | |
2 # test 9: seven byte control transfer, unprotected. | |
3 ff 24 95 c8 6e 05 08 | |
4 90 90 90 90 90 90 f4 | |
5 @nval: | |
6 VALIDATOR: 0: Unsafe indirect jump | |
7 *** <input> IS UNSAFE *** | |
8 @nvals: | |
9 VALIDATOR: 0: Unsafe indirect jump | |
10 *** <input> IS UNSAFE *** | |
11 | |
12 Opcode Histogram; | |
13 6 0x90 1 0xf4 1 0xff | |
14 Analysis Summary: | |
15 8 Checked instructions | |
16 0 checked jump targets | |
17 0 calls/jumps need dynamic checking (0.00%) | |
18 | |
19 Problems: | |
20 0 illegal instructions | |
21 0 bad jump targets | |
22 1 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 @dis: | |
29 00000000: ff 24 95 c8 6e 05 08 jmp %ds:[%edx*4+0x8056e
c8] | |
30 00000007: 90 nop | |
31 00000008: 90 nop | |
32 00000009: 90 nop | |
33 0000000a: 90 nop | |
34 0000000b: 90 nop | |
35 0000000c: 90 nop | |
36 0000000d: f4 hlt | |
37 @vdis: | |
38 0: ff 24 95 c8 6e 05 08 jmp * [%ebp + 4 * %edx] | |
39 7: 90 nop | |
40 8: 90 nop | |
41 9: 90 nop | |
42 a: 90 nop | |
43 b: 90 nop | |
44 c: 90 nop | |
45 d: f4 hlt | |
46 @rdfa_output: | |
47 0: [0] unrecognized instruction | |
48 return code: 1 | |
OLD | NEW |