最快的方法是其实有个无痛的方法,修改不能运行的二进制可执行文件将第17个字节的02改为03即可。
root@p201:/ # /cache/native_audio
error: only position independent executables (PIE) are supported.
1|root@p201:/ #
修复不可运行二进制文件
本文介绍了一种快速修复无法运行的二进制可执行文件的方法,通过将第17个字节的02更改为03,可以解决仅支持位置独立执行(PIE)的问题。
最快的方法是其实有个无痛的方法,修改不能运行的二进制可执行文件将第17个字节的02改为03即可。
root@p201:/ # /cache/native_audio
error: only position independent executables (PIE) are supported.
1|root@p201:/ #

被折叠的 条评论
为什么被折叠?