proot-me / proot-rs

Rust implementation of PRoot, a ptrace-based sandbox
GNU General Public License v3.0
124 stars 21 forks source link

Unable to run the ./proot-rs application in termux #68

Open 0011xx opened 1 year ago

0011xx commented 1 year ago

And my phone is not rooted and this is the error Screenshot_20230512_051044

0011xx commented 1 year ago

Pls if anyone know how to fix then tell me

ZhymabekRoman commented 1 year ago

Try to bash ./proot-rs

oxr463 commented 1 year ago

Also, can you run file ./proot-rs along with uname -a and share the output?

0011xx commented 1 year ago

Try to bash ./proot-rs

Bro didn't work

0011xx commented 1 year ago

Also, can you run file ./proot-rs along with uname -a and share the output?

file proot-rs: ~/proot $ file proot-rs proot-rs: ELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /system/bin/linker64, stripped ~/proot $

Unable -a: Linux localhost 4.19.157-perf+ #1 SMP PREEMPT Thu Apr 20 18:58:02 CST 2023 aarch64 Android

ThatMG393 commented 1 year ago

chmod +x proot-rs

0011xx commented 1 year ago

chmod +x proot-rs

Already done but same error permission denied,

ZhymabekRoman commented 1 year ago

On my device proot-rs crashes with SIGSYS status code. We can try to compile proot-rs with Termux`s rust version, but there is no any guarantees of success.

oxr463 commented 1 year ago

On my device proot-rs crashes with SIGSYS status code. We can try to compile proot-rs with Termux`s rust version, but there is no any guarantees of success.

Yeah, maybe try that.

0011xx commented 1 year ago

didn't work