-
Notifications
You must be signed in to change notification settings - Fork 44
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
Added two new root checks for the android rooting algorithm. #65
Conversation
…loader is unlocked. I also updated runcmd because outputs that are large cause a timeout. The current code fixes that.
…event horizon that is this linter.
…scanner, and runcmd.
@jweezy24 can u pls look at the linter errors and fix it? I think there are only a couple of files that need to be fixed. I think you can install black formatted on vscode to do this automatically. I see a lot of these changes are replacing ' with " (can you revert them?) |
|
I added code that checks if Frida is running (can only run if rooted) and added code to check if the bootloader is unlocked. I also restructured some code in the check root function. I also updated the runcmd.py file because if the output to a command is too long it would cause a timeout. That is now fixed.