Closed ishchenko closed 6 months ago
Whoah, thanks for reporting this so quickly. Just released 12.4.1 with the needed fixes included. Cheers!
I was lucky enough to install broken packages minutes after release, pure coincidence tbh. Just setting up some ctf environment, and bang, weird ungoogleable stuff happens on my friday evening, but ends happily, yaaaay
Hi @oleavr ,
Windows with frida-16.2.2 and frida-tools-12.4.1 by pip install frida frida-tools
still has the problem.
Failed to start tracing: [Errno 2] No such file or directory: 'C:\\Users\\old\\AppData\\Roaming\\Python\\Python310\\site-packages\\frida_tools\\tracer_agent.js'
Hi @oleavr ,
Windows with frida-16.2.2 and frida-tools-12.4.1 by
pip install frida frida-tools
still has the problem.Failed to start tracing: [Errno 2] No such file or directory: 'C:\\Users\\old\\AppData\\Roaming\\Python\\Python310\\site-packages\\frida_tools\\tracer_agent.js'
Ooh, so sorry, rushed the fix before bedtime last night and screwed up badly. Just released 12.4.2 with the missing part of the fix. Thanks a lot for reporting!
pip install frida-tools
installs frida-16.2.2 and frida-tools-12.4.0This version has some problems:
frida-ps Running
frida-ps
outputs"ModuleNotFoundError: No module named '_frida'
. Replacingimport _frida
in ps.py toimport frida._frida as _frida
fixes the issuefrida-trace Running
frida-trace -U -p 12345 -i "Java_*"
outputsFailed to start tracing: [Errno 2] No such file or directory: '/Users/max/test/venv/lib/python3.12/site-packages/frida_tools/tracer_agent.js'
due to no tracer_agent.js in distribution. But it is present it frida-tools 12.3.0