forked from httptoolkit/frida-interception-and-unpinning
-
Notifications
You must be signed in to change notification settings - Fork 0
/
frida-script.js
20 lines (14 loc) · 816 Bytes
/
frida-script.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// Placeholder script - this will be deleted soon, it exists purely because the
// original script URL was popular and still gets many direct visits.
throw new Error(`
This frida-script.js script has now been replaced with a significantly
upgraded set of scripts.
To upgrade to this new version, please visit the GitHub repo at:
https://github.com/httptoolkit/frida-interception-and-unpinning/
If you'd still like to use the original script, the final version is
available via GitHub here:
https://github.com/httptoolkit/frida-interception-and-unpinning/tree/4d477da
This will not be maintained in future, and is already missing many unpinning
targets and other features from the latest version. Please don't file issues
about any bugs or problems with this script.
`);