Search Criteria
Package Details: python-frida-bin 16.5.6-2
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: | 1 |
Popularity: | 0.94 |
First Submitted: | 2024-11-08 21:10 (UTC) |
Last Updated: | 2024-11-11 00:31 (UTC) |
Dependencies (9)
- nodejs (nodejs-lts-fermiumAUR, nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogen, nodejs-lts-iron)
- npm (corepackerAUR, python-nodejs-wheelAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-build (make)
- python-installer (python-installer-gitAUR) (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 (5)
- androguard (requires python-frida)
- jnitrace (requires python-frida)
- python-frida-tools (requires python-frida)
- python-objection (requires python-frida)
- python-wallbreaker (requires python-frida)
Sources (5)
- COPYING
- https://files.pythonhosted.org/packages/cp37/f/frida/frida-16.5.6-cp37-abi3-manylinux_2_17_aarch64.whl
- https://files.pythonhosted.org/packages/cp37/f/frida/frida-16.5.6-cp37-abi3-manylinux_2_17_armv7l.whl
- https://files.pythonhosted.org/packages/cp37/f/frida/frida-16.5.6-cp37-abi3-manylinux_2_5_i686.whl
- https://files.pythonhosted.org/packages/cp37/f/frida/frida-16.5.6-cp37-abi3-manylinux_2_5_x86_64.whl
Latest Comments
jacopotediosi commented on 2024-11-08 21:27 (UTC) (edited on 2024-11-11 00:34 (UTC) by jacopotediosi)
Since the
python-frida
package 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-bin
package, which uses the pre-compiled wheels from Pypi. You can install this package instead ofpython-frida
, and after that, you can also installpython-frida-tools
without having dependency problems, since this package provides the same features aspython-frida
.