I hereby claim:
- I am dinosec on github.
- I am dinosec (https://keybase.io/dinosec) on keybase.
- I have a public key whose fingerprint is 0CB9 CA78 6B18 6153 6E7B C6CF CB31 DB4B 2252 BAAD
To claim this, I am signing this object:
| // How to obtain the mobile device Android version from a Frida JS script: | |
| // | |
| // (c) 2020 DinoSec (www.dinosec.com) | |
| Java.perform(function () { | |
| var version = androidVersion(); | |
| console.log("Android version: " + version); | |
| function androidVersion() { |
| // How to obtain the mobile device iOS version from a Frida JS script: | |
| // | |
| // (c) 2020 DinoSec (www.dinosec.com) | |
| if (ObjC.available) { | |
| var version = iOSVersion(); | |
| console.log("iOS version: " + version); | |
| // return ObjC.classes.NSProcessInfo.processInfo().operatingSystemVersionString().toString(); |
I hereby claim:
To claim this, I am signing this object: