再也不怕抓不到数据包了。 frida 脚本:
setTimeout(function () {
console.log('start——*-*-*-*-*-');
Java.perform(function () {
var SwitchConfig = Java.use('mtopsdk.mtop.global.SwitchConfig');
SwitchConfig.isGlobalSpdySwitchOpen.overload().implementation = function () {
var ret = this.isGlobalSpdySwitchOpen.apply(this, arguments);
console.log("开启抓包" + ret);
return false;
}
});
});
xposed 模块xposed 模块 目前测试淘宝抓包可以用,喜欢的可以 start 一下 仅用于学习交流。请勿用于非法用途。