Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/200.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何将shell脚本转换为android的arm可执行二进制文件?_Android_Shell_Binary - Fatal编程技术网

如何将shell脚本转换为android的arm可执行二进制文件?

如何将shell脚本转换为android的arm可执行二进制文件?,android,shell,binary,Android,Shell,Binary,有人知道如何将shell脚本转换成二进制文件,并在安卓操作系统上的arm cpu上执行吗?类似于shc的东西。我有一个位置依赖脚本包,并想'隐藏'它的内容-这是主要目的。我已经尝试在arm cpu上编译shc,但创建的二进制文件不起作用。有什么想法吗?提前谢谢

有人知道如何将shell脚本转换成二进制文件,并在安卓操作系统上的arm cpu上执行吗?类似于shc的东西。我有一个位置依赖脚本包,并想'隐藏'它的内容-这是主要目的。我已经尝试在arm cpu上编译shc,但创建的二进制文件不起作用。有什么想法吗?提前谢谢