Package Details: python-frida 16.3.1-1

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: 15
Popularity: 2.30
First Submitted: 2016-01-09 00:44 (UTC)
Last Updated: 2024-05-31 21:49 (UTC)

Latest Comments

1 2 Next › Last »

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

@Misaka13514 I've added the missing makedepends (I did add them to python-frida-tools but seem to have forgotten them here). Note that there can still be issues with the build, as it's downloading a whole SDK outside of my control. See https://github.com/frida/frida/issues/2869

Misaka13514 commented on 2024-05-23 01:44 (UTC)

Python makedepends are missing, checkout https://wiki.archlinux.org/title/Python_package_guidelines#Standards_based_(PEP_517)

kriskras99 commented on 2023-11-10 10:34 (UTC)

@Misaka13514 fixed in the latest update, thanks!

Misaka13514 commented on 2023-11-10 09:47 (UTC)

python-setuptools should be added in dependencies

algebro commented on 2022-10-30 13:11 (UTC)

@kriskras99 I've transferred the package to you to maintain. Thanks for your work!

kriskras99 commented on 2022-10-30 13:01 (UTC)

@grimler I've updated my patch to reflect that, I've also updated it to version 16.0.2

grimler commented on 2022-10-30 12:09 (UTC)

@kriskras99 thanks for posting the patch! The python dependencies (python-colorama, python-pygments) can be removed as well, seems it now only needs typing_extensions for older python versions: https://github.com/frida/frida-python/blob/main/setup.py#L111

(frida-python-tools still needs colorama and pygments though)

kriskras99 commented on 2022-10-20 15:24 (UTC) (edited on 2022-10-30 13:15 (UTC) by kriskras99)

Hi, here is the new patch

<snip>

I've succesfully applied it with:

patch -p0 < PKGBUILD.patch

Severus commented on 2022-10-20 14:22 (UTC)

@kriskras99 the patch from git is not working with patch command. please provide the patch format instead

kriskras99 commented on 2022-10-13 14:00 (UTC) (edited on 2022-10-20 15:23 (UTC) by kriskras99)

Hi, the 16.0 release changed the build process by requiring the user to download the devkit. Here is a patch for the PKGBUILD that fixes the build:

<snip>

If you no longer want to maintain this package (I saw that python-frida-tools was orphaned) I'd be happy to take over as maintainer.