GithubHelp home page GithubHelp logo

Comments (2)

5ec1cff avatar 5ec1cff commented on May 26, 2024

请不要在这里反馈非 ZygiskOnKernelSU 的「问题」

冷知识:系统证书不一定要用模块,你可以单独给 app 进程挂载证书(同时,Shamiko 仍然是生效的)


附 shell

# 创建临时目录
mkdir -p /mnt/cert
# 放置证书
cp mitmproxy/c8750f0d.0 /mnt/cert
# 修正权限
/system/bin/chcon u:object_r:system_security_cacerts_file:s0 /mnt/cert
chmod 755 /mnt/cert
/system/bin/chcon u:object_r:system_security_cacerts_file:s0 /mnt/cert/*
chmod 644 /mnt/cert/*
# 在 app 启动的情况下,把它挂载到 app 的 ns 中(以包名 com.baidu.tieba 为例):
pids=$(pgrep -f 'com\.baidu\.tieba.*')
for pid in $pids; do
echo "mount for $pid $(cat /proc/$pid/cmdline)"
nsenter --mount="/proc/$pid/ns/mnt" mount -t overlay CERTS -olowerdir=/mnt/cert:/system/etc/security/cacerts /system/etc/security/cacerts
done

from zygisknext.

Dr-TSNG avatar Dr-TSNG commented on May 26, 2024

我觉得不要在 issue 里问跟项目完全不相关的问题是一个基本常识呢,你不会以为你能得到答复吧

from zygisknext.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.