Skip to content

Commit 08449b1

Browse files
committed
Update Frida to v17.8.2
1 parent d33ea3e commit 08449b1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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.5.1';
34+
export const FRIDA_VERSION = '17.8.2';
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-MEfmAabQzrZFRmgC+TcAht7vSa+43X5nWwOU0vZf8E1xFD1IO5mHHapCmxjeOTTa/M3EVmtuH+bfAFaR+ZAPBg==',
45-
'arm64': 'sha512-x914zjMkQJMlfaQ5+DtO4cG8Q9+Jx/geudjAI/SmUYAP6nycNq0oY5fpOzIwrUkoy0WNy9nE42FvuXgcF61DUA==',
46-
'x86': 'sha512-pdCEABZspB9pDejfU5YTHFL7V3BxDuIeyVq6eH1pZL0zb4mlNW3BwSgJ2Ts1zu+rR1KULIp10klHFlFYo3Z61g==',
47-
'x86_64': 'sha512-ZTMGMZGdoR/NqPZJQlbBhUBaXetzdlxnFdeBDfLNAvek7WP6F6yVOQskD2r3SGSNlUfDA6RPmbj07IV2I6lBuA=='
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=='
4848
}
4949
} as const;
5050

0 commit comments

Comments
 (0)