Skip to content

Commit 00f383a

Browse files
Update repo url
1 parent a442221 commit 00f383a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# frida-python-android
1+
# frida-python
22

3-
Python bindings for [Frida](https://frida.re) for android(termux).
3+
Python [bindings](https://github.com/frida/frida-python) for [Frida](https://frida.re) but with devkit.
44

55
# Some tips during development
66

@@ -16,17 +16,17 @@ pip install --force-reinstall frida-<FRIDA_VERSION>-cp37-abi3-linux_aarch64.whl
1616
1717
## Example:
1818

19-
### Automatic:
19+
### Automatic (Termux):
2020
```shell
21-
wget https://maglit.me/frida-python && bash frida-python
21+
wget https://maglit.me/frida-python -O frida-python.sh && bash frida-python.sh
2222
```
2323

2424
### Manually
2525
If you're installing frida `16.4.10` and you've downloaded devkit `frida-core-devkit-16.4.10-android-arm64.tar.xz` and extracted into your termux path `$HOME/devkit`:
2626

2727
```shell
28-
git clone https://github.com/AbhiTheModder/frida-python-android
29-
cd frida-python-android
28+
git clone https://github.com/AbhiTheModder/frida-python
29+
cd frida-python
3030
FRIDA_VERSION=16.4.10 FRIDA_CORE_DEVKIT=../devkit pip install .
3131
```
3232
then install `frida-tools`:

0 commit comments

Comments
 (0)