hookmaster / frida-all-in-one

《FRIDA操作手册》by @hluwa @r0ysue
2.95k stars 607 forks source link

Why frida-ps: not found #4

Open b03201003 opened 5 years ago

b03201003 commented 5 years ago

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!!!

Chenmo-kt commented 4 years ago

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