问题描述:frida-ps -help 只有连接usb的选择,没有连接模拟器的选择.
C:\Users\xxx>frida-ps -h
Usage: frida-ps [options]Options:--version show program's version number and exit-h, --help show this help message and exit-D ID, --device=ID connect to device with the given ID-U, --usb connect to USB device-R, --remote connect to remote frida-server-H HOST, --host=HOST connect to remote frida-server on HOST--certificate=CERTIFICATEspeak TLS with HOST, expecting CERTIFICATE--origin=ORIGIN connect to remote server with “Origin” header set toORIGIN--token=TOKEN authenticate with HOST using TOKEN--keepalive-interval=INTERVALset keepalive interval in seconds, or 0 to disable(defaults to -1 to auto-select based on transport)--p2p establish a peer-to-peer connection with target--stun-server=ADDRESSset STUN server ADDRESS to use with --p2p--relay=address,username,password,turn-{udp,tcp,tls}add relay to use with --p2p-O FILE, --options-file=FILEtext file containing additional command line options-a, --applications list only applications-i, --installed include all installed applica
解决方案:
直接使用frida-ps -u,usb和模拟器访问也是同样的。
拓展:
frida-ps 的使用
frida-ps -U
//显示连接设备的所有进程
frida-ps -Ua
//显示连接设备的正在运行应用程序
frida-ps -Uai
//显示连接设备所有已经安装的应用程序