Open SadiquaAnjum opened 4 years ago
@SadiquaAnjum ok, I add this in my todo
TODO:
is there any date of release with frida detection ?, BTW thanks for this amazing plugin
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
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. Not sure why it does not work when this check is added inside the plugin code.
@mor12 / @SadiquaAnjum I try to do a new release until christmas! Sorry, I'm currently very busy with other releases...
thanks @WuglyakBolgoink . I am not sure if anybody else is facing below issue with iOS - Jailbreak detection is failing when it is bypassed with Liberty tool.
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