So, I need to have the program 'objdump' on my phone thought I can just copy it from my Linux box to my phone and everything will be fine. But after I copied it with adb in the terminal it says
sh: /system/bin/objdump: not executable: 64-bit ELF file
What I have tried:
chmod 755 /system/bin/objdump
But that doesn't seem to fix the problem. Please help.