/system/bin/sh: ./test_32: not executable: 32-bit ELF file

Run the executable in VIM3 ,print:

/system/bin/sh: ./test_32: not executable: 32-bit ELF file

photo

The text_32 format is as follows:

The file Architecture is X86, can not be executed on arm device.
You need to use arm-linux-gnueabihf-gcc to compile the code.

1 Like