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一下