Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
azwpayne committed Jan 5, 2025
1 parent e7e1368 commit 5c6e9e2
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
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

Expand All @@ -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
Expand Down Expand Up @@ -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 |

0 comments on commit 5c6e9e2

Please sign in to comment.