stopipv / isdi

ISDi (IPV Spyware Discovery) tool for Android and iOS.
MIT License
175 stars 43 forks source link

Added two new root checks for the android rooting algorithm. #65

Open jweezy24 opened 1 month ago

jweezy24 commented 1 month ago

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.

naman commented 1 month ago

@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?)

jweezy24 commented 1 month ago

@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?) These changes were made with that formatter extension. If I roll them back there would be more errors lol.