OLD | NEW |
| (Empty) |
1 @hex: | |
2 # This is an example of a code segment that begins at address 0. | |
3 b8 88 77 66 55 41 b8 44 33 22 11 | |
4 66 b8 88 77 a0 88 77 66 55 44 33 22 11 | |
5 @rval: | |
6 VALIDATOR: 000000000000000f: a0 88 77 66 55 44 33 22 11 mov
%al, [0x1122334455667788] | |
7 VALIDATOR: ERROR: No base register specified in memory offset | |
8 VALIDATOR: Checking jump targets: 0 to 18 | |
9 VALIDATOR: Checking that basic blocks are aligned | |
10 *** <input> IS UNSAFE *** | |
11 @dis: | |
12 0000000000000000: b8 88 77 66 55 mov %eax, 0x556
67788 | |
13 0000000000000005: 41 b8 44 33 22 11 mov %r8d, 0x112
23344 | |
14 000000000000000b: 66 b8 88 77 mov %ax, 0x7788 | |
15 000000000000000f: a0 88 77 66 55 44 33 22 11 mov %al, [0x112
2334455667788] | |
16 @vdis: | |
17 0000000000000000: b8 88 77 66 55 mov %eax, 0x556
67788 | |
18 0000000000000005: 41 b8 44 33 22 11 mov %r8d, 0x112
23344 | |
19 000000000000000b: 66 b8 88 77 mov %ax, 0x7788 | |
20 000000000000000f: a0 88 77 66 55 44 33 22 11 mov %al, [0x112
2334455667788] | |
21 @rdfa_output: | |
22 f: [0] unrecognized instruction | |
23 return code: 1 | |
OLD | NEW |