前言:在使用fiddler或者其他抓包工具抓包时,有一些app会出现无法链接网络的情况,但是抓浏览器的包又是可以的,此时需要安装xpose模块进行协助。
流程如下:
一、安装sposed框架
1.安装xpose软件
在模拟器里面直接搜索:xposed安装(我这里使用的雷电模拟器,其他模拟器同理)

安装后截图如下:

2.安装软件后显示xpose框架未安装,需要去下载相关的软件进行安装
下载地址:https://dl-xda.xposed.info/framework
下载的版本比对自己手机上的xpose截图去选

然后选x86
然后再选择压缩包
解压以后 目录sposed(目录自己随意:我是放在桌面新建xposed目录下:C:\Users\unhejing\Desktop\xposed\):

新建然后在system目录下新建script.sh文件,代码如下:
##########################################################################################
#
# Xposed framework installer zip.
#
# This script installs the Xposed framework files to the system partition.
# The Xposed Installer app is needed as well to manage the installed modules.
#
#############################################################


566

被折叠的 条评论
为什么被折叠?



