我是靠谱客的博主 阳光凉面,最近开发中收集的这篇文章主要介绍frida-ps 连接模拟器,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

问题描述:frida-ps -help 只有连接usb的选择,没有连接模拟器的选择.

C:Usersxxx>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=CERTIFICATE
speak TLS with HOST, expecting CERTIFICATE
--origin=ORIGIN
connect to remote server with “Origin” header set to
ORIGIN
--token=TOKEN
authenticate with HOST using TOKEN
--keepalive-interval=INTERVAL
set 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=ADDRESS
set 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=FILE
text 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
//显示连接设备所有已经安装的应用程序

最后

以上就是阳光凉面为你收集整理的frida-ps 连接模拟器的全部内容,希望文章能够帮你解决frida-ps 连接模拟器所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(37)

评论列表共有 0 条评论

立即
投稿
返回
顶部