@Dominiquini, building from source is broken see the pinned comment. This package won't update until it is possible to build it again. Use python-frida-bin if you want the binary package
Search Criteria
Package Details: python-frida 17.7.2-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-frida.git (read-only, click to copy) |
|---|---|
| Package Base: | python-frida |
| Description: | Inject JavaScript to explore native apps on Windows, Mac, Linux, iOS and Android. Python 3 version from PyPi |
| Upstream URL: | https://www.frida.re |
| Licenses: | custom:wxWindows Library License, Version 3.1 |
| Conflicts: | python2-frida |
| Submitter: | Manouchehri |
| Maintainer: | kriskras99 |
| Last Packager: | kriskras99 |
| Votes: | 20 |
| Popularity: | 0.032474 |
| First Submitted: | 2016-01-09 00:44 (UTC) |
| Last Updated: | 2026-02-15 09:43 (UTC) |
Dependencies (10)
- nodejs (nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogenAUR, nodejs-lts-iron, nodejs-lts-jod, nodejs-lts-krypton)
- npm (python-nodejs-wheelAUR, npm-corepackAUR)
- python
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
- python-typing_extensions (optional) – for Python <3.11
- rustup (rustup-gitAUR) (optional) – for injecting Rust code into targets
Required by (5)
Sources (2)
kriskras99 commented on 2026-03-27 09:31 (UTC) (edited on 2026-03-27 09:31 (UTC) by kriskras99)
kriskras99 commented on 2026-03-10 19:29 (UTC)
There is an issue with v17.8.0, won't update until that is fixed: https://github.com/frida/frida-core/issues/1218
kriskras99 commented on 2025-10-13 08:10 (UTC) (edited on 2025-10-29 18:16 (UTC) by kriskras99)
This is not an issue on newer versions: The build is broken for 14.4.0 because of a missing tag, see https://github.com/frida/frida-core/issues/1196.
kriskras99 commented on 2025-02-23 20:29 (UTC)
@mickael9 thanks for investigating! I've added your patch and pushed a new version of the package.
mickael9 commented on 2025-02-23 16:12 (UTC)
@kriskras99 I was curious why the build failed for me too so I investigated a bit. It turns out this is caused by a change in the default LDFLAGS in makepkg: https://rfc.archlinux.page/0023-pack-relative-relocs/
Adding this to build() function fixes the build issue:
if [[ -n $LDFLAGS ]]; then
export LDFLAGS="${LDFLAGS//-Wl,-z,pack-relative-relocs/}"
fi
Martchus commented on 2024-12-25 18:06 (UTC)
I didn't run into any build errors. I used the exact version that I linked in my previous comment.
kriskras99 commented on 2024-12-23 23:23 (UTC)
@Martchus I'll add your fix to the AUR version, however it still fails to build the moduled.so for me. Did you have a fix for that?
Martchus commented on 2024-12-23 14:45 (UTC)
The meson-based build fails without git so please add git to the make dependencies. There's also a new version.
Here's an updated version with the make dependencies fixed: https://github.com/Martchus/PKGBUILDs/commit/225d793f5ff17bbc4eabcaa7604b4b7df41a7957
jacopotediosi commented on 2024-11-08 17:25 (UTC) (edited on 2024-11-11 00:37 (UTC) by jacopotediosi)
No matter how many times I try, subprojects/frida-core/lib/agent/libfrida-agent-modulated.so build always fails and reboot has no effect :(
Since this package seems to be problematic to compile, I just published the python-frida-bin package, which uses the pre-compiled wheels from Pypi and provides the same features.
kriskras99 commented on 2024-08-28 13:59 (UTC)
@zer0def, unfortunately I only have the problem intermittently so debugging a fix is next to impossible. If you have any suggestions for a fix, please let me know!
Pinned Comments
kriskras99 commented on 2026-03-10 19:29 (UTC)
There is an issue with v17.8.0, won't update until that is fixed: https://github.com/frida/frida-core/issues/1218