npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

frida-get-os

2.0.2

@juliangruber

npmHomeRepoSnykSocket
Downloads:7
$ npm install frida-get-os
DailyWeeklyMonthlyYearly

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