Forwarded from 𝐄𝟓 𝟖𝟔 𝟗𝟓
substore.sh
1011 B
在安卓利用 Termux 搭建 Sub-Store 的步骤
1. 下载 Termux,推荐 GitHub 版本,打开 Termux,执行以下命令安装必须依赖
2. 创建基本的 Sub-Store 环境,依次执行命令
3. 不出意外的话,在 substore 目录中执行
即可成功运行 Sub-Store,此时打开 https://sub-store.vercel.app/subs,右下角设置,后端设置,添加后端地址,名称随意,地址填入 http://127.0.0.1:3000,然后打开首页,就可以愉快地使用 Sub-Store 啦
最后,隐私敏感人士希望利用第2步下载的本地前端,可以参考 substore.sh 附件;在 1, 2 步完成后,可将附件脚本置于 /data/adb/service.d 目录并给执行权限,可以实现 Magisk 等环境的开机自启动 Sub-Store
1. 下载 Termux,推荐 GitHub 版本,打开 Termux,执行以下命令安装必须依赖
pkg up -y && pkg i nodejs-lts wget unzip -y
2. 创建基本的 Sub-Store 环境,依次执行命令
mkdir -p substore && cd substore
wget https://github.com/sub-store-org/Sub-Store/releases/latest/download/sub-store.bundle.js
wget https://github.com/sub-store-org/Sub-Store-Front-End/releases/latest/download/dist.zip && unzip dist.zip && rm dist.zip && mv dist frontend
3. 不出意外的话,在 substore 目录中执行
node sub-store.bundle.js &
即可成功运行 Sub-Store,此时打开 https://sub-store.vercel.app/subs,右下角设置,后端设置,添加后端地址,名称随意,地址填入 http://127.0.0.1:3000,然后打开首页,就可以愉快地使用 Sub-Store 啦
最后,隐私敏感人士希望利用第2步下载的本地前端,可以参考 substore.sh 附件;在 1, 2 步完成后,可将附件脚本置于 /data/adb/service.d 目录并给执行权限,可以实现 Magisk 等环境的开机自启动 Sub-Store
PlayIntegrityFix_v18.6.zip
173.4 KB
Info
Should pass Device verdicts (legacy and new) by default without spoofing a valid certificate chain.
If you want to pass Strong verdicts you must use TrickyStore + valid and not revoked keybox signed by valid Google private key (good luck finding one).
v18.6
Update fingerprint.
Update autopif script (action script).
Bypass new checks.
#Magisk模块 #PlayIntegrityFix
Should pass Device verdicts (legacy and new) by default without spoofing a valid certificate chain.
If you want to pass Strong verdicts you must use TrickyStore + valid and not revoked keybox signed by valid Google private key (good luck finding one).
v18.6
Update fingerprint.
Update autopif script (action script).
Bypass new checks.
#Magisk模块 #PlayIntegrityFix
Magisk_1e3edb88_28103.apk
10.9 MB
[General] Massive internal refactoring and code migration
[App] Fix patching Samsung's AP tar firmware files
[MagiskInit] Redesign sepolicy patching and injection logic
#Magisk Canray
[App] Fix patching Samsung's AP tar firmware files
[MagiskInit] Redesign sepolicy patching and injection logic
#Magisk Canray
cmfa-2.11.8-meta-arm64-v8a-release.apk
23.7 MB
Mihomo_1.19.4
What's Changed
0f32c05 feat: support UDP over TCP in mieru (#1926) by @enfein
801f3c3 feat: support sniff quic fragment data (#1899) by @5aaee9
ff89bf0 feat: add gost-plugin in which only ws and mws are currently supported. (#1896) by @cesaryuan
BUG & Fix
025ff19 fix: wrong conditional judgment in removeExtraHTTPHostPort #1939 by @wwqgtxx
4f8b70c fix: buffer in tproxy not recycle (#1923) by @5aaee9
7c444a9 fix: correctly handle ipv6 zone by @wwqgtxx
c0de3c0 fix: some default value in dialer not restore in tun when config reload by @wwqgtxx
dee5898 fix: memory leak due to unclosed session (#1908) by @cesaryuan
e3d4ec2 fix: race at interfaceName setting by @wwqgtxx
What's Changed
0f32c05 feat: support UDP over TCP in mieru (#1926) by @enfein
801f3c3 feat: support sniff quic fragment data (#1899) by @5aaee9
ff89bf0 feat: add gost-plugin in which only ws and mws are currently supported. (#1896) by @cesaryuan
BUG & Fix
025ff19 fix: wrong conditional judgment in removeExtraHTTPHostPort #1939 by @wwqgtxx
4f8b70c fix: buffer in tproxy not recycle (#1923) by @5aaee9
7c444a9 fix: correctly handle ipv6 zone by @wwqgtxx
c0de3c0 fix: some default value in dialer not restore in tun when config reload by @wwqgtxx
dee5898 fix: memory leak due to unclosed session (#1908) by @cesaryuan
e3d4ec2 fix: race at interfaceName setting by @wwqgtxx