search for: 1a6d

Displaying 3 results from an estimated 3 matches for "1a6d".

Did you mean: 16d
2016 Jun 19
2
llvm-bjdump and ELF-ARM/Thumb
Hi Everyone, When I used llvm-objdump to disassemble an ELF armv7 or thumb I have this error message: llvm-objdump: warning: invalid instruction encoding This message appears directly into the output and the output is mostly wrong (the invalid instruction create a shift in the addresses) : 1a6d: ff 2f e1 08 stmeq r1!, {r0, r1, r2, r3, r4, r5, r6, r7, r8, r9, r10, r11, sp} ^ 1a71: 30 90 e5 00 rsceq r9, r5, r0, lsr r0 1a75: 10 a0 e1 00 rsceq r10, r1, r0, lsl r0 1a79: 00 53 e3 1e cdpne p3, #14, c5, c3, c0, #0 llvm-objdump: warning: invalid instruction encoding 1a7e: 2f 01...
2007 Oct 11
0
SK-9E21D + vlan + ifb
...the following: 03:30:17.322484 5a:71:6f:15:00:17 > 00:00:5a:71:00:00, ethertype Unknown (0xcb69), length 1522: 0x0000: 2000 0800 4500 05dc 3a2f 4000 3c06 d868 ....E...:/@.<..h 0x0010: c299 9143 c3e6 0ec1 0050 0f2a e2c1 ce38 ...C.....P.*...8 0x0020: 792b a65c 5010 1a6d 6d13 0000 9b44 5dd1 y+.\P..mm....D]. 0x0030: e3b3 771e def5 bd61 19fb 393f 7d58 fde3 ..w....a..9?}X.. 0x0040: 8e7d 2b86 5251 6772 48d0 b083 e467 f2c0 .}+.RQgrH....g.. 0x0050: 2bca +. 03:30:17.322622 5a:71:6f:15:00:17 > 00:00:5a:71...
2016 Jun 20
2
llvm-bjdump and ELF-ARM/Thumb
...ump to disassemble an ELF armv7 or thumb I have this error message: > > llvm-objdump: warning: invalid instruction encoding > > This message appears directly into the output and the output is mostly wrong (the invalid instruction create a shift in the addresses) : > > > 1a6d: ff 2f e1 08 stmeq r1!, {r0, r1, r2, r3, r4, r5, r6, r7, r8, r9, r10, r11, sp} ^ > 1a71: 30 90 e5 00 rsceq r9, r5, r0, lsr r0 > 1a75: 10 a0 e1 00 rsceq r10, r1, r0, lsl r0 > 1a79: 00 53 e3 1e cdpne p3, #14, c5, c3, c0, #0 > llv...