1.3.2 • Published 10 months ago

root-checker v1.3.2

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

root-checker

This plugin is used to detect whether a given device is rooted or not

Install

npm install root-checker
npx cap sync

API

checkRoot()

checkRoot() => Promise<{ isRooted: boolean; }>

Get information about device root status

Returns: Promise<{ isRooted: boolean; }>

Since: 1.0.0


isDeveloperModeEnable()

isDeveloperModeEnable() => Promise<{ isEnabled: boolean; }>

Get whether developer mode is enabled on user device or not

Returns: Promise<{ isEnabled: boolean; }>

Since: 1.0.0


isEmulatorPresent()

isEmulatorPresent() => Promise<{ isEmulator: boolean; }>

Get whether the app is being run on an emulator or not

Returns: Promise<{ isEmulator: boolean; }>

Since: 1.0.0


getCpuArchitecture()

getCpuArchitecture() => Promise<{ cpuArch: string; }>

Get information about CPU architecture

Returns: Promise<{ cpuArch: string; }>

Since: 1.1.0


openDeveloperSetting()

openDeveloperSetting() => Promise<void>

Redirect to user's device's developer setting, usually to turn off developer mode

Since: 1.2.0


isADBEnabled()

isADBEnabled() => Promise<{ isADBEnabled: boolean; }>

Returns whether ADB is enabled in user's device or not

Returns: Promise<{ isADBEnabled: boolean; }>

Since: 1.2.2


detectFrida()

detectFrida() => Promise<{ isFridaDetected: boolean; }>

Returns whether Frida is hooked in user's device or not

Returns: Promise<{ isFridaDetected: boolean; }>

Since: 1.3.2


1.3.2

10 months ago

1.2.4

12 months ago

1.2.3

12 months ago

1.3.1

11 months ago

1.2.2

12 months ago

1.3.0

12 months ago

1.2.1

1 year ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago