iqiyi / xHook

🔥 A PLT hook library for Android native ELF.
Other
4.08k stars 760 forks source link

fix: adb shell "chmod +x /data/local/tmp/main" Bad mode #20

Closed ghost closed 6 years ago

ghost commented 6 years ago
~/repos/xHook [master] $ adb shell "chmod +x /data/local/tmp/main"
Bad mode
caikelun commented 6 years ago

谢谢你的PR。这个脚本文件的目的主要是为初学者提供一些帮助,告诉他们在安卓设备上运行可执行程序的大致步骤。由于各厂家的安卓版本和环境差异较大,某些工具的使用细节上会有差异,其实不太可能写一个脚本能在所有安卓设备上都正常运行,只能遇到问题具体去解决,所以你的PR我先不merge了。再次感谢你~