0.0.6 • Published 2 years ago
genesis-vapt-frida-detector-capacitor v0.0.6
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; }>
Param | Type |
---|---|
options | { value: string; } |
Returns: Promise<{ value: string; }>
isFridaInstalled(...)
isFridaInstalled(options: { value: string; }) => Promise<{ value: boolean; }>
Param | Type |
---|---|
options | { value: string; } |
Returns: Promise<{ value: boolean; }>