Skip to content

Commit 788e8fc

Browse files
committed
Update to Frida 17.9.1
No specific fixes required here, but 17.8.3 has a potentially helpful bug fix, and it's good to be on the latest where we can (especially given that its now been stable for a few weeks).
1 parent 587493b commit 788e8fc

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/interceptors/frida/frida-integration.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export interface FridaTarget {
3131
name: string;
3232
}
3333

34-
export const FRIDA_VERSION = '17.8.2';
34+
export const FRIDA_VERSION = '17.9.1';
3535

3636
export const FRIDA_DEFAULT_PORT = 27042;
3737
export const FRIDA_ALTERNATE_PORT = 24072; // Reversed to mildly inconvenience detection
@@ -41,10 +41,10 @@ export const FRIDA_BINARY_NAME = `adirf-server-${FRIDA_VERSION}`; // Reversed to
4141
// To update this, run `await require('frida-js').calculateFridaSRI({ version, arch, platform })`
4242
export const FRIDA_SRIS = {
4343
'android': {
44-
'arm': 'sha512-lCreHUnrmTa60GR8w3uVcsuyOpuUZI+jgTqrq2x1WIdgrlekKcWR5TKc4G/t+hB/Kh0jVfthR22Jygc9pR4xmw==',
45-
'arm64': 'sha512-v75J+POSn16gfarGl9fTRKI+XtyCVxJ4Y3SwEC/h+g8yLeTwxbsDc0eH08ixqRAP/OpxSLOmLKEVz9l2aLFZag==',
46-
'x86': 'sha512-3wnG6ga35HNi9T4JogcLjZR2tAjovR1edVqZIKMXbrIVpUhLwtLugKFnYiZXf8Bl1GQ4U1hVavo+ywSLfD8kcw==',
47-
'x86_64': 'sha512-m6MCdGKpVGdyTje8vWoylQBiQhVRI462kEc8h3VSP3uiaXknDo26zSxzyzsiwkIbW5Wpkc62jpdrsQzGDMgEvg=='
44+
'arm': 'sha512-zkGBz192uvqJLvJkoWfKd5jGWLK5zpAwU3UIWTpw/3nTXsVMAopoX5YauPaQvaT/rq5pfyCAcZDCibka9j/tCQ==',
45+
'arm64': 'sha512-Q6QnFMueCXV/CuvMKXgEeABWn8ewDp4VHn0Gi5HHrwXxPuqCFuSfjqbGox5gAj9RtWbPGisRMuQgVEdh5EVo4A==',
46+
'x86': 'sha512-8CtZSJz3e6eHC2Z3n/O3NG1EMEokzTZPA7IJcPIJ+yfP+/X3Kb193+s30hFp5P4tzMaSs6yBwmKRVhdYHzNQXQ==',
47+
'x86_64': 'sha512-Hfod8inu+pg7a067onN9/GSmW0rh9E+DWkBWeHet6ceF7lnZDcN3zoBNzaAZwFn6QsNZess3A5X5fyx0M+deew=='
4848
}
4949
} as const;
5050

0 commit comments

Comments
 (0)