Skip to content

Commit

Permalink
update example instrunctions
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhiTheModder authored Aug 24, 2024
1 parent 5fae599 commit b495255
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ If you're installing frida `16.4.10` and you've downloaded devkit `frida-core-de
```shell
git clone https://github.com/AbhiTheModder/frida-python-android
cd frida-python-android
FRIDA_VERSION=16.4.10 FRIDA_CORE_DEVKIT=../devkit pip wheel .
pip install --force-reinstall frida-16.4.10-cp37-abi3-linux_aarch64.whl
FRIDA_VERSION=16.4.10 FRIDA_CORE_DEVKIT=../devkit pip install .
```
then install `frida-tools`:
```shell
Expand Down

0 comments on commit b495255

Please sign in to comment.