dg-blog

前提是手机已经root
1.openssl x509 -inform PEM -subject_hash_old -in mitmproxy-ca-cert.pem -noout ==》c8750f0d
2.cp mitmproxy-ca-cert.pem c8750f0d.0
3.adb push c8750f0d.0 /system/etc/security/cacerts/
步骤三可能会遇到的问题解决方法
adb root
adb remount # 修改 system 权限
adb disable-verity # 解锁system分区

分类:

技术点:

相关文章:

  • 2021-10-24
  • 2021-10-24
  • 2021-10-24
  • 2021-12-03
  • 2021-10-24
  • 2022-01-04
  • 2021-12-15
猜你喜欢
  • 2021-10-24
  • 2021-10-24
  • 2021-12-20
  • 2021-11-26
  • 2021-08-16
  • 2021-05-23
相关资源
相似解决方案