Skip to content

Commit fe508b6

Browse files
committed
Disable Frida flutter hook script for now, not quite working yet
Unfortunately this doesn't actually cover all the cases I thought it did (many apps are doing more optimization or using different builds than expected, and the fingerprints don't match) so it's a bit of a distraction for the moment. Putting this on hold for now.
1 parent 751d267 commit fe508b6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/interceptors/frida/frida-scripts.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ export async function buildAndroidFridaScript(
4141
['android', 'android-system-certificate-injection.js'],
4242
['android', 'android-certificate-unpinning.js'],
4343
['android', 'android-certificate-unpinning-fallback.js'],
44-
['android', 'android-disable-root-detection.js'],
45-
['android', 'android-disable-flutter-certificate-pinning.js']
44+
['android', 'android-disable-root-detection.js']
4645
].map((hookRelPath) =>
4746
fs.readFile(path.join(FRIDA_SCRIPTS_ROOT, ...hookRelPath), { encoding: 'utf8' })
4847
)

0 commit comments

Comments
 (0)