We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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!!!
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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!!!
The text was updated successfully, but these errors were encountered: