frida 14.2.18 安装报错解决

此贴旨在记录frida安装错误解决过程

frida 14.2.18 这个版本看起来是网上各个教程使用比较多的版本,新版frida有很多api进行了改动。

建议安装环境:

python=3.8

frida=14.2.18

frida-tools=9.2.4

  • 1.首先执行

pip3 install frida-tools==9.2.4 -i https://pypi.mirrors.ustc.edu.cn/simple/

ps:安装firda-tools 9.2.4版本,会自动安装frida依赖

  • 2.报错处理

这里会提示报错:

Traceback (most recent call last):

File "C:\Users\A\AppData\Local\Temp\pip-install-1wl55ufj\frida_a98f6605b4c94c63a44a70d7ef5aeee2\setup.py", line 101, in build_extension

with open(egg_path, "rb") as cache:

FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\A/frida-14.2.18-py3.8-win-amd64.egg'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):

....

end of output

note: This error originates from a subprocess, and is likely not a problem with pip.

ERROR: Failed building wheel for frida

Running setup.py clean for frida

Successfully built frida-tools

Failed to build frida

ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (frida)

这里要仔细注意下报错的堆栈,提示的直接原因是:

No such file or directory: 'C:\\Users\\A/frida-14.2.18-py3.8-win-amd64.egg'

也就是提示我们需要自己提供frida-14.2.18-py3.8-win-amd64.egg这样一个文件并且放置在

C:\\Users\\A目录下

注意这里A是我的用户名,即路径是C:\\Users\\用户

这里我们去

https://pypi.org/project/frida/14.2.18/#files

直接下载frida-14.2.18-py3.8-win-amd64.egg文件,然后下载完移动到C:\\Users\\用户 目录下

  • 3.再次安装

pip3 install frida-tools==9.2.4 -i https://pypi.mirrors.ustc.edu.cn/simple/

提示安装成功

Successfully built frida

Installing collected packages: wcwidth, pygments, frida, colorama, prompt-toolkit, frida-tools

Successfully installed colorama-0.4.6 frida-14.2.18 frida-tools-9.2.4 prompt-toolkit-3.0.52 pygments-2.19.2 wcwidth-0.6.0

参考:

https://bbs.kanxue.com/thread-280436.htm

相关推荐
AI应用实战 | RE2 小时前
012、检索器(Retrievers)核心:从向量库中智能查找信息
人工智能·算法·机器学习·langchain
凤年徐2 小时前
C++手撕红黑树:从0到200行,拿下STL map底层核心
c++·后端·算法
Thomas.Sir2 小时前
AI 医疗之罕见病/疑难病辅助诊断系统从算法到实现【表型驱动与知识图谱推理】
人工智能·算法·ai·知识图谱
tankeven2 小时前
动态规划专题(03):区间动态规划从原理到实践(未完待续)
c++·算法·动态规划
田梓燊3 小时前
2026/4/11 leetcode 3741
数据结构·算法·leetcode
斯内科3 小时前
FFT快速傅里叶变换
算法·fft
2301_822703204 小时前
开源鸿蒙跨平台Flutter开发:幼儿疫苗全生命周期追踪系统:基于 Flutter 的免疫接种档案与状态机设计
算法·flutter·华为·开源·harmonyos·鸿蒙
贵慜_Derek4 小时前
Managed Agents 里,Harness 到底升级了什么?
人工智能·算法·架构
2301_822703204 小时前
鸿蒙flutter三方库实战——教育与学习平台:Flutter Markdown
学习·算法·flutter·华为·harmonyos·鸿蒙