frida-get-os

2.0.2 • Public • Published

frida-get-os

Find out what os type a connected phone is running.

Example

var frida = require('frida');
var getOS = require('frida-get-os');
 
frida.getUsbDevice()
.then(getOS)
.then(function(type){
  console.log('type: %s', type);
  // Type can be
  // - "ios"
  // - "android"
})

API

getOS(type)

License

MIT

Dependencies (0)

    Dev Dependencies (1)

    Package Sidebar

    Install

    npm i frida-get-os

    Weekly Downloads

    4

    Version

    2.0.2

    License

    MIT

    Last publish

    Collaborators

    • juliangruber