Search Criteria
Package Details: python-frida-bin 17.4.1-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-frida-bin.git (read-only, click to copy) |
|---|---|
| Package Base: | python-frida-bin |
| Description: | Inject JavaScript to explore native apps on Windows, Mac, Linux, iOS and Android. Python 3 binary version from PyPi |
| Upstream URL: | https://www.frida.re |
| Licenses: | custom:wxWindows Library License, Version 3.1 |
| Conflicts: | python-frida, python2-frida |
| Provides: | python-frida |
| Submitter: | jacopotediosi |
| Maintainer: | jacopotediosi |
| Last Packager: | jacopotediosi |
| Votes: | 4 |
| Popularity: | 0.038252 |
| First Submitted: | 2024-11-08 21:10 (UTC) |
| Last Updated: | 2025-10-26 04:50 (UTC) |
Dependencies (9)
- nodejs (nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogenAUR, nodejs-lts-iron, nodejs-lts-jod)
- npm (python-nodejs-wheelAUR, corepackerAUR)
- python
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
- python-typing_extensions (optional) – for Python <3.8
- rustup (rustup-gitAUR) (optional) – for injecting Rust code into targets
Required by (4)
- androguard (requires python-frida)
- jnitrace (requires python-frida)
- python-frida-tools (requires python-frida)
- python-wallbreaker (requires python-frida)
Sources (5)
- https://files.pythonhosted.org/packages/cp37/f/frida/frida-17.4.1-cp37-abi3-manylinux_2_17_aarch64.whl
- https://files.pythonhosted.org/packages/cp37/f/frida/frida-17.4.1-cp37-abi3-manylinux_2_17_armv7l.whl
- https://files.pythonhosted.org/packages/cp37/f/frida/frida-17.4.1-cp37-abi3-manylinux_2_5_i686.whl
- https://files.pythonhosted.org/packages/cp37/f/frida/frida-17.4.1-cp37-abi3-manylinux_2_5_x86_64.whl
- https://raw.githubusercontent.com/frida/frida/refs/heads/main/COPYING
Latest Comments
jacopotediosi commented on 2024-11-08 21:27 (UTC) (edited on 2024-11-11 00:34 (UTC) by jacopotediosi)
Since the
python-fridapackage seems problematic to compile from source and I haven't been able to figure out why for several months, I've published this alternativepython-frida-binpackage, which uses the pre-compiled wheels from Pypi. You can install this package instead ofpython-frida, and after that, you can also installpython-frida-toolswithout having dependency problems, since this package provides the same features aspython-frida.