-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ls: .: Permission denied #4
Comments
Hi, I used a root shell obtained with Magisk to check the process capabilities: But with the root shell obtained using the exploit, the process capabilities are: Could this be the reason? Thank you. I am attempting to modify the capabilities of the exploit to be similar to Magisk's capabilities, but I am not very familiar with the code, and I haven't succeeded in making the changes yet. Best Wishes |
I tried to modify the cap as follows, but it failed, saying that the permissions were insufficient. --- a/exp_s22.c #define MAX_PIPE_NUM 0x400 void exploit(void) {
when exp |
Thank you for the exploit. However, the root shell returns 'Permission denied' on Pixel 6. I need to know the root cause of the problem.
The text was updated successfully, but these errors were encountered: