Skip to content

Commit e09fb1b

Browse files
committed
Update frida-js for Frida v17 support
This doesn't actually help much, since it won't work yet (v17 doesn't include bridges automatically, and our scripts assume it does) but it's the first step. This only applies if the user is already running a v17 server anyway - we still launch v16 ourselves.
1 parent f31333d commit e09fb1b

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

package-lock.json

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"env-paths": "^1.0.0",
7474
"event-stream": "^4.0.1",
7575
"express": "^4.21.1",
76-
"frida-js": "^0.3.1",
76+
"frida-js": "^0.4.0",
7777
"graphql": "^15.8.0",
7878
"graphql-http": "^1.22.0",
7979
"graphql-tag": "^2.12.6",

0 commit comments

Comments
 (0)