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

Readme

Keywords

none

Package Sidebar

Install

npm i frida-get-os

Weekly Downloads

2

Version

2.0.2

License

MIT

Last publish

Collaborators

  • juliangruber