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;
}
});
});
某宝系抓包hook模块,https://github.com/zhaoboy9692/me-tools/tree/master/%E6%B7%98%E5%AE%9D%E6%8A%93%E5%8C%85hook
目前匹配了com.ta*ba*和Tia*猫的包名