高哲技术博客 高哲技术博客
首页
编程
爬虫
运维
硬件
收藏
归档
关于

嘉美伯爵

前途光明,无需畏惧
首页
编程
爬虫
运维
硬件
收藏
归档
关于
  • 方案

  • 基础

  • 逆向

  • 改机多开

  • 自动化

  • 云手机

  • 验证码

  • 实战

    • tmall xsign逆向总结
    • 各大app私有协议降级为https(frida)
      • ali
  • 爬虫
  • 实战
fovegage
2023-09-07
目录

各大app私有协议降级为https(frida)

# ali


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("isGlobalSpdySwitchOpenl " + ret)

        return false

    }

})
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
上次更新: 2023-09-07 10:57:55
tmall xsign逆向总结

← tmall xsign逆向总结

最近更新
01
token embed和postion embed
06-10
02
k8s pod日志排查问题
10-24
03
golang内部私服建设方案
10-21
更多文章>
Theme by Vdoing | Copyright © 2018-2025 嘉美伯爵 | 鲁ICP备20001560号-4
  • 跟随系统
  • 浅色模式
  • 深色模式
  • 阅读模式