-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
3 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 |
---|---|---|
@@ -1,6 +1,7 @@ | ||
# Frida-Forsaken | ||
|
||
> Frida Forsaken is a Frida agent written in TypeScript, designed to modularize commonly used functions in daily work | ||
> Frida-Forsaken is a Frida script collection written in TypeScript, designed to | ||
> modularize commonly used functions in daily work | ||
## Usage | ||
|
||
|
@@ -9,12 +10,13 @@ | |
```bash | ||
git clone [email protected]:azwpayne/frida-forsaken.git | ||
cd frida-forsaken | ||
npm i -g yarn # If you haven't installed yarn, please run it to install | ||
yarn install # Install dependencies | ||
npm ci | ||
``` | ||
|
||
### Inject | ||
|
||
> The example frida script code uses USB by default | ||
```bash | ||
# spwn | ||
frida -Ul src_agent.js -f package_name | ||
|
@@ -47,3 +49,4 @@ type-checking feedback. | |
| akabe1 | [frida-multiple-unpinning](https://codeshare.frida.re/@akabe1/frida-multiple-unpinning/) | capture | | ||
| dzonerzy | [fridantiroot](https://codeshare.frida.re/@dzonerzy/fridantiroot/) | bypass_anti | | ||
| lasting-yang | [frida_hook_libart](https://github.com/lasting-yang/frida_hook_libart) | hook art | | ||
| saucer-man | [frida_example](https://github.com/saucer-man/frida_example) | frida_example | |