-
Notifications
You must be signed in to change notification settings - Fork 207
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Leave a placeholder frida-script.js script to avoid broken URLs
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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. | ||
`); |