proot
proot copied to clipboard
chroot, mount --bind, and binfmt_misc without privilege/setup for Linux
I'm aware this issue has been posited here before, but I have an answer to the question that closed it. There is a use for this. In Termux (the Android...
``` 2022-04-30 12:47:41.203 19404-19404/? A/DEBUG: *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** 2022-04-30 12:47:41.203 19404-19404/? A/DEBUG: Build fingerprint: 'Redmi/alioth/alioth:11/RKQ1.200826.002/V12.5.19.0.RKHCNXM:user/release-keys' 2022-04-30 12:47:41.203...
``` /* Restore tracee's stack pointer now if it won't hit * the sysexit stage (i.e. when seccomp is enabled and * there's nothing else to do). * */ if...
I want to try to modify the return result of a method by seccomp with ptrace.I don t know if the proot supports it If you use (ptrace- > PTRACE_SYSCALL)...
## Expected Behavior The proot is expected to mask the problematic syscall. ## Actual Behavior Currently, guest programs exit with signal 31. ## Specifications - Proot/Care version: 5.3.0 - Kernel...
please support s390x architecture
## Expected Behavior Use `debootstrap` to get a Debian Stable system. I used to use Debian docker image, but I have met some problem, so I think `debootstrap` may be...
## Expected Behavior Not to intersect with the lower 32-bits. This causes applications like wine running under emulation to not load due to intersecting memory ranges. Maybe think about compiling...
Will MIPS architecture be supported in the future?
~It appears that the current implementation only saves the last exit status if WIFEXITED but not if WIFSIGNALED. Is this intentional? If not, we should add that. If it is...