Skip to content

Commit

Permalink
improved instructions to install (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamz-a authored and AeonLucid committed Nov 26, 2018
1 parent 623804e commit 146d4ee
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,17 @@ For more information on frida, see https://www.frida.re/docs/android/.

## Instructions

Flash the zip for your platform using TWRP or Magisk Manager.
Flash the zip for your platform using TWRP or Magisk Manager.

You can either grab the zip file from the [release page](https://github.com/AeonLucid/MagiskFrida/releases) or build it yourself.

In order to build it:

```
git clone https://github.com/AeonLucid/MagiskFrida
cd MagiskFrida
pip3 install -r requirements.txt
python3 build.py
```

Two zip files will be generated in the same folder, grab the right architecture.

0 comments on commit 146d4ee

Please sign in to comment.