-
Hello, i'm want to know if i can execute x86 binaries in termux, and how I do it. |
Beta Was this translation helpful? Give feedback.
Answered by
sylirre
Apr 15, 2023
Replies: 1 comment
-
The binary must be Do not run binaries on shared storage (/sdcard) because it is mounted as with noexec option. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sylirre
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The binary must be
chmod +x ./yourfile
before it can be executed.Do not run binaries on shared storage (/sdcard) because it is mounted as with noexec option.