search for: 1a83

Displaying 2 results from an estimated 2 matches for "1a83".

Did you mean: 183
2016 Jun 19
2
llvm-bjdump and ELF-ARM/Thumb
...71: 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 01 00 andeq r0, r1, pc, lsr #2 llvm-objdump: warning: invalid instruction encoding 1a83: e3 13 ff 2f svchs #16716771 llvm-objdump: warning: invalid instruction encoding The binaries I try to read are c++ dynamic libraries for Android. I have used the following parameters: -llvm-objcdump mylib.so -d -arch=arm -llvm-objcdump mylib.so -d -arch=armv7 -llvm-objcdump mylib.so -d -arch=t...
2016 Jun 20
2
llvm-bjdump and ELF-ARM/Thumb
...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 01 00 andeq r0, r1, pc, lsr #2 > llvm-objdump: warning: invalid instruction encoding > 1a83: e3 13 ff 2f svchs #16716771 > llvm-objdump: warning: invalid instruction encoding > > The binaries I try to read are c++ dynamic libraries for Android. > > I have used the following parameters: > > -llvm-objcdump mylib.so -d -arch=arm > -llvm-objcdump mylib.s...