淘宝系抓包hook模块

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

posted @ 2019-11-22 16:46  成小新  阅读(1443)  评论(0编辑  收藏  举报