Skip to content

Commit 490b1b6

Browse files
committed
Enable no-jailbreak-detection script for iOS Frida interception
1 parent d36ddaa commit 490b1b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/interceptors/frida/frida-scripts.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ export async function buildIosFridaScript(
6666
),
6767
...[
6868
['ios', 'ios-connect-hook.js'],
69+
['ios', 'ios-disable-detection.js'],
6970
['native-tls-hook.js'],
7071
['native-connect-hook.js'],
7172
].map((hookRelPath) =>

0 commit comments

Comments
 (0)