0.0.6 • Published 2 years ago

genesis-vapt-frida-detector-capacitor v0.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

genesis-vapt-frida-detector-capacitor

This is capacitor plugin with frida tool detection helper methods for android & ios

Install

npm install genesis-vapt-frida-detector-capacitor
npx cap sync

API

echo(...)

echo(options: { value: string; }) => Promise<{ value: string; }>
ParamType
options{ value: string; }

Returns: Promise<{ value: string; }>


isFridaInstalled(...)

isFridaInstalled(options: { value: string; }) => Promise<{ value: boolean; }>
ParamType
options{ value: string; }

Returns: Promise<{ value: boolean; }>


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