-
-
Notifications
You must be signed in to change notification settings - Fork 77
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
Frida server detection suggestion #49
Comments
@SadiquaAnjum ok, I add this in my todo TODO:
|
is there any date of release with frida detection ?, BTW thanks for this amazing plugin |
I tried this but it didn't work, i modified the constants file and added the folder and the path but it didn't work |
I have added this file check inside my code itself explicitly and it works. |
@mor12 / @SadiquaAnjum I try to do a new release until christmas! Sorry, I'm currently very busy with other releases... |
thanks @WuglyakBolgoink . |
thanks @WuglyakBolgoink . This is a great plugin |
I am also facing this issue. Frida detects this plugin and changes the value at run time . Please update this plugin to detect frida server . Thanks in advance |
Same issue for me also. Plugin can not detect whether the device is rooted or not with Frida server. It always returns isRooted as false. can any body please help? |
@ForamRaiyani this plugin doesn't contain check for Frida/Magestic! PR welcome! |
Looks like frida server creates a temp folder once it is started on device for the first time.
This folder name and path where it gets created is fixed.
I think we can include a check for this folder existance and come to a conclusion of frida server installation on the device.
Please see if this change can be incorporated in your plugin.
Details.
Folder name : re.frida.server
Path : /data/local/tmp
The text was updated successfully, but these errors were encountered: