frida-all-in-one icon indicating copy to clipboard operation
frida-all-in-one copied to clipboard

Why frida-ps: not found

Open b03201003 opened this issue 5 years ago • 1 comments

Hi. I'm trying to build frida on my HTC 10. I pushed frida-server by adb I tried the steps in some teaching website such as https://bbs.pediy.com/thread-248293.htm and
https://blog.zzzmode.com/2017/09/12/frida-android-hook/?fbclid=IwAR04MhkGmTloPK0_st7f32CfxQGzuBHGFy4n3mnhxvcIz2jsTXaY7C0Qc-g.

However, when I executed "frida-ps -U", I got "sh: frida-ps: not found" Is there anyone know what I should do?? Thanks!!!

b03201003 avatar Apr 23 '19 15:04 b03201003

Hi. I'm trying to build frida on my HTC 10. I pushed frida-server by adb I tried the steps in some teaching website such as https://bbs.pediy.com/thread-248293.htm and https://blog.zzzmode.com/2017/09/12/frida-android-hook/?fbclid=IwAR04MhkGmTloPK0_st7f32CfxQGzuBHGFy4n3mnhxvcIz2jsTXaY7C0Qc-g.

However, when I executed "frida-ps -U", I got "sh: frida-ps: not found" Is there anyone know what I should do?? Thanks!!!

frida-ps is on your computer, not the phone. it must be installed using pip install frida-tools https://github.com/frida/frida/issues/852

Chenmo-kt avatar May 23 '20 09:05 Chenmo-kt