Socket
Book a DemoInstallSign in
Socket

frida-get-os

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

frida-get-os

Find out what os type a connected phone is running

latest
Source
npmnpm
Version
2.0.2
Version published
Maintainers
1
Created
Source

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

FAQs

Package last updated on 24 Feb 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts