Skip to content

Commit 1b109cb

Browse files
committed
Regular Update (HKT 20260331182833596865)
1 parent 915f8c4 commit 1b109cb

10 files changed

Lines changed: 70 additions & 12 deletions

File tree

Binary file not shown.
Binary file not shown.

Implementers/Frameworks/README.md

Lines changed: 30 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ This folder aims to archive the historical injection frameworks and the latest v
66

77
This is the fundamental injection framework. Most of the upcoming injection frameworks are based on this.
88

9+
- Non-virtual frameworks
10+
- Xposed
11+
- Origin (archived on June 1st, 2023): [https://github.com/rovo89/XposedInstaller](https://github.com/rovo89/XposedInstaller)
12+
- Build: [https://github.com/hojjatsajjadinia/XposedFrameworkOffline](https://github.com/hojjatsajjadinia/XposedFrameworkOffline)
13+
- Virtual frameworks
14+
- Virtual Xposed: [https://github.com/android-hacker/virtualxposed](https://github.com/android-hacker/virtualxposed)
15+
916
#### EdXposed
1017

1118
During the EdXposed era, a variety of injection frameworks emerged, which can be categorized into non-virtual frameworks and virtual frameworks based on their working principles.
@@ -43,20 +50,26 @@ Overall, please disable logging features that may trigger detection, enable Xpos
4350
Within LSPatch and its variants, we recommend using NPatch.
4451

4552
- Non-virtual frameworks: LSPosed and its variants (the latest versions based on libxposed100 and libxposed101 are saved for each variant)
46-
- The original official LSPosed: [https://github.com/LSPosed/LSPosed](https://github.com/LSPosed/LSPosed) and [https://t.me/LSPosed](https://t.me/LSPosed)
53+
- The original official LSPosed (marked ``archived`` on GitHub but still updating privately in the ``it`` variant)
54+
- [https://github.com/LSPosed/LSPosed](https://github.com/LSPosed/LSPosed)
55+
- [https://t.me/LSPosed](https://t.me/LSPosed)
4756
- The ``Jing Matrix`` variant
4857
- Current: [https://github.com/JingMatrix/Vector](https://github.com/JingMatrix/Vector)
4958
- Original: [https://github.com/JingMatrix/LSPosed](https://github.com/JingMatrix/LSPosed)
5059
- The last workflow whose names of the artifacts start with ``LSPosed``: [https://github.com/JingMatrix/LSPosed/actions/runs/22019525776](https://github.com/JingMatrix/LSPosed/actions/runs/22019525776)
5160
- The first workflow whose names of the artifacts start with ``Vector``: [https://github.com/JingMatrix/LSPosed/actions/runs/22694494599](https://github.com/JingMatrix/LSPosed/actions/runs/22694494599)
5261
- The ``it`` variant: This variant is private
5362
- The ``Irena`` variant: [https://github.com/re-zero001/LSPosed-Irena](https://github.com/re-zero001/LSPosed-Irena)
54-
- The ``ReLSPosed`` variant (archived on February 13, 2026): [https://github.com/ThePedroo/ReLSPosed/actions/runs/18026600180](https://github.com/ThePedroo/ReLSPosed/actions/runs/18026600180)
63+
- The ``ReLSPosed`` variant (archived on February 13th, 2026): [https://github.com/ThePedroo/ReLSPosed/actions/runs/18026600180](https://github.com/ThePedroo/ReLSPosed/actions/runs/18026600180)
5564
- The ``mod`` variant (last released on March 8th, 2024): [https://github.com/mywalkb/LSPosed_mod](https://github.com/mywalkb/LSPosed_mod)
5665
- The ``npm`` variant: No public official GitHub repositories are found (A possible publisher Telegram channel should be [https://t.me/rormzhstjxm](https://t.me/rormzhstjxm))
5766
- Virtual frameworks: LSPatch and its variants
58-
- The original official LSPatch: [https://github.com/LSPosed/LSPatch](https://github.com/LSPosed/LSPatch) and [https://t.me/LSPosed](https://t.me/LSPosed)
59-
- OPatch: [https://github.com/8MiYile/LSPatch-OP](https://github.com/8MiYile/LSPatch-OP)
67+
- The original official LSPatch
68+
- [https://github.com/LSPosed/LSPatch](https://github.com/LSPosed/LSPatch)
69+
- [https://t.me/LSPosed](https://t.me/LSPosed)
70+
- OPatch
71+
- Origin (archived on January 4th, 2025): [https://github.com/8MiYile/LSPatch-OP](https://github.com/8MiYile/LSPatch-OP)
72+
- Build (archived on November 6th, 2024): [https://github.com/JERRY-SYSTEM/OPatch](https://github.com/JERRY-SYSTEM/OPatch)
6073
- NPatch: [https://github.com/7723mod/NPatch](https://github.com/7723mod/NPatch)
6174

6275
---
@@ -69,6 +82,13 @@ Within LSPatch and its variants, we recommend using NPatch.
6982

7083
这是最基本的注入框架,后来的大多数注入框架都基于该框架实现。
7184

85+
- 非虚拟框架
86+
- Xposed
87+
- 原始存储库(已于 2023 年 6 月 1 日归档):[https://github.com/rovo89/XposedInstaller](https://github.com/rovo89/XposedInstaller)
88+
- 本存储库保存的构建:[https://github.com/hojjatsajjadinia/XposedFrameworkOffline](https://github.com/hojjatsajjadinia/XposedFrameworkOffline)
89+
- 虚拟框架
90+
- Virtual Xposed:[https://github.com/android-hacker/virtualxposed](https://github.com/android-hacker/virtualxposed)
91+
7292
#### EdXposed
7393

7494
在 EdXposed 时代出现了多种注入框架,根据工作原理可被划分为非虚拟框架和虚拟框架两类,
@@ -105,7 +125,9 @@ LSPosed 及其变体需要 root 权限,是非虚拟框架,而 LSPatch 及其
105125
在 LSPatch 及其变体中,我们建议使用 NPatch。
106126

107127
- 非虚拟框架:LSPosed 及其变体(保存了各变体 libxposed100 和 libxposed101 的最新版)
108-
- 原始官方 LSPosed:[https://github.com/LSPosed/LSPosed](https://github.com/LSPosed/LSPosed)[https://t.me/LSPosed](https://t.me/LSPosed)
128+
- 原始官方 LSPosed(在 GitHub 上标记为已归档但依旧在 ``it`` 变体中不公开地更新)
129+
- [https://github.com/LSPosed/LSPosed](https://github.com/LSPosed/LSPosed)
130+
- [https://t.me/LSPosed](https://t.me/LSPosed)
109131
- ``Jing Matrix`` 变体:[https://github.com/JingMatrix/LSPosed](https://github.com/JingMatrix/LSPosed)
110132
- 当前的:[https://github.com/JingMatrix/Vector](https://github.com/JingMatrix/Vector)
111133
- 原来的:[https://github.com/JingMatrix/LSPosed](https://github.com/JingMatrix/LSPosed)
@@ -118,5 +140,7 @@ LSPosed 及其变体需要 root 权限,是非虚拟框架,而 LSPatch 及其
118140
- ``npm`` 变体:暂未找到公开的 npm 变体官方 GitHub 链接(一个可能的电报发布频道为 [https://t.me/rormzhstjxm](https://t.me/rormzhstjxm)
119141
- 虚拟框架:LSPatch 及其变体
120142
- 原始官方 LSPatch:[https://github.com/LSPosed/LSPatch](https://github.com/LSPosed/LSPatch)[https://t.me/LSPosed](https://t.me/LSPosed)
121-
- OPatch:[https://github.com/8MiYile/LSPatch-OP](https://github.com/8MiYile/LSPatch-OP)
143+
- OPatch(O 神)
144+
- 原始存储库(已于 2025 年 1 月 4 日归档):[https://github.com/8MiYile/LSPatch-OP](https://github.com/8MiYile/LSPatch-OP)
145+
- 本存储库保存的构建(已于 2024 年 11 月 6 日归档):[https://github.com/JERRY-SYSTEM/OPatch](https://github.com/JERRY-SYSTEM/OPatch)
122146
- NPatch:[https://github.com/7723mod/NPatch](https://github.com/7723mod/NPatch)
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
2+
<?xml version="1.0" encoding="utf-8"?>
3+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
4+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
5+
<html>
6+
<head>
7+
<title>503 Backend.max_conn reached</title>
8+
</head>
9+
<body>
10+
<h1>Error 503 Backend.max_conn reached</h1>
11+
<p>Backend.max_conn reached</p>
12+
<h3>Error 54113</h3>
13+
<p>Details: cache-hkg17921-HKG 1774949007 1796713569</p>
14+
<hr>
15+
<p>Varnish cache server</p>
16+
</body>
17+
</html>
Binary file not shown.
Binary file not shown.

Others/Acknowledgements.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## Acknowledgements
2+
3+
In this document, we express our gratitude to the people who inspired us to create and maintain this repository.
4+
5+
- [https://github.com/apkunpacker/MagiskDetection](https://github.com/apkunpacker/MagiskDetection)
6+
- [https://github.com/KHwang9883/MobileModels](https://github.com/KHwang9883/MobileModels)
7+
8+
---
9+
10+
## 致谢
11+
12+
在此文档中,我们向启发我们制作和维护此存储库的人们表达感谢。
13+
14+
- [https://github.com/apkunpacker/MagiskDetection](https://github.com/apkunpacker/MagiskDetection)
15+
- [https://github.com/KHwang9883/MobileModels](https://github.com/KHwang9883/MobileModels)
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Reasons
1+
## Discussions
22

33
This document will briefly discuss some reasons for conducting the LRFP.
44

@@ -47,7 +47,7 @@ If a user strictly controls their Android device and avoids indiscriminately ins
4747

4848
---
4949

50-
## 原因
50+
## 讨论
5151

5252
本文档将简要讨论执行 LRFP 的一些原因。
5353

Others/Events.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,14 @@ Related events related to Magisk, Zygisk, and LSPosed are stored here.
1212
- 20240901-present: There is a large-scale account blocking phenomenon in Tencent QQ.
1313
- 20241203: Google announced that it will enhance the Play integrity check for Android 13 and above, and will implement it in May 2025. The old Strong will become the new Device, and the old Device will become the new Basic.
1414
- 20250520: The server of the WechatXposed plugin stopped. Subsequently, a large number of WeChat plugins stopped updating due to "too high exposure".
15-
- 20250606: The author of the Play Integrity Fix module announces to discontinue in Telegram.
15+
- 20250606: The author of the Play Integrity Fix module announces to discontinue in Telegram, who had previously humorously announced on national Fool's Day that he would be suspending updates due to threats from Google.
1616
- 20250609: WX Repair Tool_v2.0 is published. After downloading core files and FKZ_WX_DATA files, the WechatXposed plugin can be used again.
1717
- 20250624: HMA supported the interception of the application list detection by launching activities below Android 13.
1818
- 20250917: There is a large-scale account blocking phenomenon in WeChat. Most blocked accounts are 8.0.56 or above, especially 8.0.62.
1919
- 20251220: Some PIF variants were reported as malicious.
2020
- 20260202: Telegram channels containing a large number of ``*.apk`` files were maliciously reported.
2121
- 20260325: Some plugins that are explicitly prohibited from distribution in certain regions are being widely disseminated on popular social media platforms in those regions.
22+
- 20260331: The LSPosed official released official LSPosed based on libxposed101.
2223

2324
---
2425

@@ -36,10 +37,11 @@ Related events related to Magisk, Zygisk, and LSPosed are stored here.
3637
- 20240901-至今:腾讯 QQ 出现大规模封号现象。
3738
- 20241203:谷歌宣布增强安卓 13 及以上的 Play 完整性检验,并于 2025 年 5 月实施,旧 Strong 将变为新 Device,旧 Device 将变为新 Basic。
3839
- 20250520:微 X 模块服务器停止服务,随后大量微信插件因“曝光率太高”停更。
39-
- 20250606:Play Integrity Fix 模块作者在 Telegram 宣布停更。
40+
- 20250606:Play Integrity Fix 模块作者在 Telegram 宣布停更,此前曾在其国家的愚人节当天幽默地宣布因收到了谷歌的威胁而停更
4041
- 20250609:WX Repair Tool_v2.0 发布,下载核心文件和 FKZ_WX_DATA 后可继续使用微 X 模块。
4142
- 20250624:HMA 支持拦截 Android 13 以下通过启动活动来实现应用程序列表检测的检测。
4243
- 20250917:微信出现大规模封号现象,集中于 8.0.56 及以上版本,在 8.0.62 版本尤为突出。
4344
- 20251220:一些 PIF 变体被曝恶意。
4445
- 20260202:含有大量 ``*.apk`` 文件的 Telegram 频道被恶意举报。
4546
- 20260325:一些已明确禁止在某些地区传播的插件在该地区的知名社交平台上被大范围传播。
47+
- 20260331:LSPosed 官方发布了基于 libxposed101 的 LSPosed 构建。

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ We only keep the latest versions for each implementer, detector, and bypasser he
88

99
The open source community should be a purified community with high geek and contribution spirits. Nevertheless, in recent years, some [events](./Others/Events.md) have occurred frequently, where we felt heartbroken about the unfriendly ones. We call on the open source community to maintain internal unity and harmony, respecting developers and open source licenses. The open source community should not harm the interests of for-profit organizations, and for-profit organizations should not suppress the development of the open source community.
1010

11-
The last update of this repository was at 17:00 on March 31st, 2026 (HKT).
11+
The last update of this repository was at 18:00 on March 31st, 2026 (HKT).
1212

1313
---
1414

@@ -22,4 +22,4 @@ The last update of this repository was at 17:00 on March 31st, 2026 (HKT).
2222

2323
开源社区应当是一个具有极客精神和极高贡献精神的纯净社区,近年来,一些[事件](./Others/Events.md)频发,我们对其中的不友好事件感到心痛。我们呼吁开源社区保持内部团结与和谐,尊重开发者和开源许可。开源社区不应损害营利性机构的利益,营利性机构也不应抑制开源社区的发展。
2424

25-
本存储库最后一次更新时间为 2026 年 3 月 31 日 17:00(香港时间)。
25+
本存储库最后一次更新时间为 2026 年 3 月 31 日 18:00(香港时间)。

0 commit comments

Comments
 (0)