@nativescript/ios-security
Version:
IOSSecuritySuite for NativeScript
11 lines (10 loc) • 511 B
TypeScript
export declare class IOSSecurity {
static amIJailbroken(): boolean;
static amIDebugged(): boolean;
static amIRunInEmulator(): boolean;
static denyDebugger(): boolean;
static amIReverseEngineered(): boolean;
static amIProxied(): boolean;
static amIRuntimeHookedWithDyldWhiteListDetectionClassSelectorIsClassMethod(dyldWhiteList: Array<unknown>, detectionClass: any, selector: string, isClassMethod: boolean): boolean;
static amITampered(checks: Array<unknown>): Array<unknown>;
}