Run the executable in VIM3 ,print:
/system/bin/sh: ./test_32: not executable: 32-bit ELF file

The text_32 format is as follows:
numbqq
2
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