File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
# frida-python
2
2
3
- Python bindings for [ Frida] ( http ://www. frida.re) .
3
+ Python bindings for [ Frida] ( https ://frida.re) .
4
4
5
5
# Some tips during development
6
6
7
- To build and test your own egg , do something along the following lines:
7
+ To build and test your own wheel , do something along the following lines:
8
8
9
9
```
10
- set FRIDA_VERSION=12 .0.0.10.gd7c36fc # from C:\src\frida\build\tmp-windows\frida-version.h
11
- set FRIDA_EXTENSION=C:\src\frida\build\frida-windows\Win32-Debug \lib\python2.7 \site-packages\_frida.pyd
10
+ set FRIDA_VERSION=16 .0.1-dev.7 # from C:\src\frida\build\tmp-windows\frida-version.h
11
+ set FRIDA_EXTENSION=C:\src\frida\build\frida-windows\x64-Release \lib\python3.10 \site-packages\_frida.pyd
12
12
cd C:\src\frida\frida-python\
13
- python setup.py bdist_egg
13
+ pip wheel .
14
14
pip uninstall frida
15
- easy_install dist\ frida-12 .0.0.10.gd7c36fc-py2.7-win32.egg
15
+ pip install frida-16 .0.1.dev7-cp34-abi3-win_amd64.whl
16
16
```
You can’t perform that action at this time.
0 commit comments