Package Details: python-frida-tools 12.4.2-1

Git Clone URL: https://aur.archlinux.org/python-frida-tools.git (read-only, click to copy)
Package Base: python-frida-tools
Description: CLI tools for Frida. Python 3 version from PyPi.
Upstream URL: http://www.frida.re
Licenses: wxWindows Library License, Version 3.1
Conflicts: python2-frida-tools
Submitter: algebro
Maintainer: kriskras99
Last Packager: kriskras99
Votes: 10
Popularity: 0.069205
First Submitted: 2018-11-13 18:00 (UTC)
Last Updated: 2024-05-21 21:31 (UTC)

Latest Comments

jacopotediosi commented on 2024-11-08 21:25 (UTC) (edited on 2024-11-11 00:37 (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 the alternative python-frida-bin package, which uses the pre-compiled wheels from Pypi. It is possible to install python-frida-tools by first installing python-frida-bin instead of python-frida, since the two packages are interchangeable and provide the same features.

cadilhac commented on 2024-08-10 21:08 (UTC)

Currently fails:

FAILED: subprojects/frida-core/lib/agent/libfrida-agent-modulated.so 
/usr/bin/python3 ../subprojects/frida-core/tools/modulate.py --endian little --nm '>>>' /usr/bin/nm '<<<' --readelf '>>>' /usr/bin/readelf '<<<' --otool '>>>' '' '<<<' --output subprojects/frida-core/lib/agent/libfrida-agent-modulated.so subprojects/frida-core/lib/agent/libfrida-agent-raw.so --move constructor frida_init_memory first --move destructor frida_deinit_memory first

[219/295] Generating subprojects/frida-core/src/compiler/frida-data-compiler with a custom command
ninja: build stopped: subcommand failed.
Command '['/usr/bin/python3', '/home/micha/.cache/yay/python-frida/src/frida-16.4.7/releng/meson/meson.py', 'compile']' returned non-zero exit status 1.

kriskras99 commented on 2024-05-26 21:40 (UTC)

@Viterzgir I've also had that happen in the past, but I can't reproduce it anymore. The build system downloads an SDK (which I'm trying to change: https://github.com/frida/frida/issues/2869). So maybe it was fixed in a later SDK version. Please try reinstalling it.

Viterzgir commented on 2024-05-22 00:11 (UTC)

Can't build also same error in python-frida package [214/283] Linking target subprojects/frida-core/lib/agent/libfrida-agent-raw.so ../subprojects/frida-gum/bindings/gumjs/gumv8kernel.cpp:20:6: warning: type ‘GumMemoryValueType’ violates the C++ One Definition Rule [-Wodr] 20 | enum GumMemoryValueType | ^ ../subprojects/frida-gum/bindings/gumjs/gumv8memory.cpp:27:6: note: an enum with different value name is defined in another translation unit 27 | enum GumMemoryValueType | ^ ../subprojects/frida-gum/bindings/gumjs/gumv8kernel.cpp:22:3: note: name ‘GUM_MEMORY_VALUE_S8’ differs from name ‘GUM_MEMORY_VALUE_POINTER’ defined in another translation unit 22 | GUM_MEMORY_VALUE_S8, | ^ ../subprojects/frida-gum/bindings/gumjs/gumv8memory.cpp:29:3: note: mismatching definition 29 | GUM_MEMORY_VALUE_POINTER, | ^ [215/283] Generating subprojects/frida-core/lib/agent/frida-agent-modulated with a custom command FAILED: subprojects/frida-core/lib/agent/libfrida-agent-modulated.so /usr/bin/python3 ../subprojects/frida-core/tools/modulate.py --endian little --nm '>>>' /usr/bin/nm '<<<' --readelf '>>>' /usr/bin/readelf '<<<' --otool '>>>' '' '<<<' --output subprojects/frida-core/lib/agent/libfrida-agent-modulated.so subprojects/frida-core/lib/agent/libfrida-agent-raw.so --move constructor frida_init_memory first --move destructor frida_deinit_memory first

kriskras99 commented on 2023-01-01 18:17 (UTC)

@aulonsal I got 404s the last time I used it. But it seems to be working again. With the next update I will switch back to using it.

aulonsal commented on 2023-01-01 15:55 (UTC) (edited on 2023-01-01 15:55 (UTC) by aulonsal)

Why switch away from source=("https://files.pythonhosted.org/packages/source/f/${_pkgname}/${_pkgname}-${pkgver}.tar.gz" ? The same question also applies to python-frida.