ar
Feedback
5ec1cff

5ec1cff

الذهاب إلى القناة على Telegram

📈 نظرة تحليلية على قناة تيليجرام 5ec1cff

تُعد قناة 5ec1cff (@real5ec1cff) في القطاع اللغوي الصينية لاعباً نشطاً. يضم المجتمع حالياً 31 729 مشتركاً، محتلاً المرتبة 4 346 في فئة التكنولوجيات والتطبيقات والمرتبة 7 897 في منطقة الصين.

📊 مؤشرات الجمهور والحراك

منذ تأسيسه في невідомо، حقق المشروع نمواً سريعاً وجمع 31 729 مشتركاً.

بحسب آخر البيانات بتاريخ 11 يونيو, 2026، تحافظ القناة على نشاط مستقر. خلال آخر 30 يوماً تغيّر عدد الأعضاء بمقدار 936، وفي آخر 24 ساعة بمقدار 31، مع بقاء الوصول العام مرتفعاً.

  • حالة التحقق: غير موثّقة
  • معدل التفاعل (ER): يبلغ متوسط تفاعل الجمهور 167.26‎%. وخلال أول 24 ساعة من النشر يحصد المحتوى عادةً N/A‎% من ردود الفعل نسبةً إلى إجمالي المشتركين.
  • وصول المنشورات: يحصل كل منشور على متوسط 0 مشاهدة. وخلال اليوم الأول يجمع عادةً 0 مشاهدة.
  • التفاعلات والاستجابة: يتفاعل الجمهور بانتظام؛ متوسط التفاعلات لكل منشور يبلغ 0.

📝 الوصف وسياسة المحتوى

يصف المؤلف القناة بأنها مساحة للتعبير عن الآراء الذاتية:
https://5ec1cff.github.io/my-blog https://github.com/5ec1cff 欢迎赞助:https://ifdian.net/a/5ec1cff 这个频道主可能会偷偷编辑消息

بفضل وتيرة التحديث المرتفعة (أحدث البيانات بتاريخ 12 يونيو, 2026) تحافظ القناة على حداثتها ومستوى وصول مرتفع. وتُظهر التحليلات تفاعلاً نشطاً من الجمهور، ما يجعلها نقطة تأثير مهمة ضمن فئة التكنولوجيات والتطبيقات.

31 729
المشتركون
+3124 ساعات
+2757 أيام
+93630 أيام
أرشيف المشاركات
5ec1cff
31 729
https://github.com/5ec1cff/injectrc 看到最近出现了需要修改 init rc 的模块于是写了这个,可在运行时注入 init rc 脚本,适用于动态链接的 init (Android 版本大于等于 11)

5ec1cff
31 729
https://github.com/5ec1cff/FuseFixer 公开 FuseFixer 源码和原理解释,欢迎讨论

5ec1cff
31 729
ZygiskNext 1.3.4 正式版 修复使用某些模块导致崩溃的问题 WebUI 增加 ZN 模块列表 增加 Zygisk 模块错误检查机制,发现存在问题的模块会显示在 ZN 的模块状态和 WebUI 中(可检查的错误请参见文档) 补充 1.3.3 的更新:ZN 模块的 inline hook 功能无需额外在 sepolicy 增加 execmem 规则 ZygiskNext 1.3.4 Stable Release Fixed an issue that caused crashes when using certain modules. Add ZN module list to the WebUI. Add Zygisk module error checking mechanism. Modules with issues will be displayed in the ZN module status and WebUI (see the documentation for checkable errors). Supplemented the 1.3.3 update: ZN module inline hook functionality no longer requires adding an execmem rule to sepolicy. SHA256: b330b368e6133b83c069c0ff1bb1bf81091afec5a8d6532d39c14bd1b7e5d367 real5ec1cff | Github

5ec1cff
31 729
ZygiskNext 1.3.3 正式版 默认启用 ZN linker 适配 Android Canary 2603 的相关改动 提升对 nubia 系统、三星系统的兼容性 修复某些情况下与 magisk 的兼容性问题 修复其他小问题 ZygiskNext 1.3.3 Stable Release Enable ZN linker by default Adapt to changes in Android Canary 2603 Improve compatibility with certain nubia and Samsung systems Fix compatibility issues with Magisk in some cases Fix other minor issues SHA256: a528584874dd814423dece1a6bc734aee524886d74f4453f48af0715a7f0f5c4

5ec1cff
31 729
修复一些问题

5ec1cff
31 729
修复一些问题

5ec1cff
31 729
自测用法: 1. 自测部分包含一个路径输入框,若干按钮和结果输出。路径输入框初始值为当前用户的 /storage/emulated/$userId/Android/data 目录,带一个 ZWJ 字符。8 个按钮中,stat, access, open, list 表示对路径输入框中当前输入的路径进行相应的文件系统操作,结果追加到结果输出中。clear 表示清空结果输出,reset 表示重置路径输入框为初始值,insert zwj 表示向路径输入框的光标位置或末尾插入 ZWJ (零宽连字符,\u200d),copy all 表示复制所有结果。 2. 测试 /storage/emulated/$userId/Android/data 是否可 list ,如果无法 list 结果应为 None ,否则会给出目录下文件的数量和列表。由于正常情况下这个目录可以 stat 和 access ,所以无需测试 stat 和 access 。 3. 测试 /storage/emulated/$userId/Android/data/$pkg 是否可以 access, stat 或 open ,如果返回 Ok 或 EACCES 表明相应目录存在,进而说明包 $pkg 存在。如果返回 ENOENT 说明不存在,如果返回其他错误说明可能使用了一些修改的内核。 4. 上述 $userId 请替换为实际的用户 id ,主用户为 0 。$pkg 替换成你想要测试的包名 5. 可以在 /storage/emulated/ 之后的任意位置使用 Insert ZWJ 或手动插入其他 ZWC 字符,以便检测是否正确修复零宽字符访问绕过。字符可以是明文形式,也可以是 \uXXXX ,其中 XXXX 是字符的四位十六进制 unicode 编码,只有这一种形式会自动转义,其他形式不会处理(如 shell 中的 $'\uXXXX', \xXX 在这里都不会被转义)。输出结果的路径会自动将非 ascii 可打印字符转义为 \uXXXX 的形式。

5ec1cff
31 729
Xposed 模块,修复可忽略码点(如零宽空格)导致的可访问 /sdcard/Android/{data,obb}/package 漏洞(CVE-2024-43093)。 作用于「媒体选择工具(com[.google].android.providers.media.module)」,重启生效,仅支持 Android 12+ ,内核 5.10+ ,如果内核不支持 fuse bpf ^1 则需要配合 vold app data 隔离^2 才有效。模块包含简易界面用于自测。
1: fuse bpf 一般内核版本低于或等于 Android 12-5.10 内核不支持,较高版本支持,同时取决于厂商是否开启选项。可使用 getprop ro.fuse.bpf.is_running 确定内核是否支持,为 1 则支持,为 0 则不支持,也可以在模块界面查看是否支持。 2: vold app data 隔离可在 HMA 开启,或用 setprop persist.sys.vold_app_data_isolation_enabled 1 开启。可以在模块界面查看是否已经开启。如果确认 fuse bpf 已启用,则无需开启 vold app data 隔离。 SHA256: cb715a8e28eb16f412aabef1059582bc30d985aeaf250b531b107f15965dc56f real5ec1cff

5ec1cff
31 729
Repost from Real Nullptr
ZygiskNext 1.3.2 正式版 webui: 支持官方 KSU insets webui: 增加内核卸载冲突提示 webui: 更新翻译 core: 支持 Android 16 QPR2 core: 更新 KernelSU 支持 core: 兼容更多虚拟机环境 ZygiskNext 1.3.2 Stable Release webui: Support official KSU insets webui: Add alert info for kernel umount conflict webui: Update translations core: Support Android 16 QPR2 core: Update KernelSU support core: Support more virtual machine environments SHA256: 6eedf9401eeb0778febee48f08af8ea517208ceb31f644715e24ca2a57b59425

5ec1cff
31 729
ZygiskNext 1.3.1 正式版 支持无 SELinux 环境(如 redroid) 修复 ZN linker 对 libunwind 和 C++ 异常的支持 修复 ZN module 定义多个作用域无效的问题 webui 增加更多翻译 修复若干问题 Zygisk Next 1.3.1 Stable Release Supports SELinux-free environments (such as Redroid) Fix ZN linker support for libunwind and C++ exceptions Fix ZN module multiple scopes definition has no effect Add more translation to the web UI Fix several other issues SHA256: 7ab5f6bb06c60c960f62fdbf2312e56b094ee91e44105a734a57c763c274b5c3 real5ec1cff | Github

5ec1cff
31 729
ZygiskNext 1.3.0 正式版 - 推出内置的 Zygisk 模块加载器——Zygisk Next linker,详细介绍请参考 Wiki ,建议启用以获得更好的隐蔽性; - 整合 Shamiko 的大部分功能,排除列表增加「仅还原挂载」模式,允许在对应用加载模块的同时还原挂载变更 ^1; - 允许以匿名内存形式加载模块; - 正确实现对多个 zygote 的支持(如一加 zygote_ocomp); - 修复对低版本内核和部分 32 位设备的支持; - WebUI 增加更多语言翻译 - 修复一些其他问题。 注: ^1: ZN 并未整合 Shamiko 的 prop 隐藏与字体模块处理功能。若需要 prop 隐藏,请自行提取 Shamiko 的 service.sh,并通过 service.d 等方式开机启动;若需要在 A12+ 设备上使用字体模块,请安装 FontLoader 。安装 ZN 前无需卸载 Shamiko,Shamiko 即使安装也不会被加载。对于 Magisk 用户,Shamiko 白名单对应于「将非 Root 应用视为排除列表」选项。 可以使用 WebUI 或 CLI 配置新功能,CLI 命令如下:
/data/adb/modules/zygisksu/bin/zygiskd enforce-denylist <disabled|enabled|just_umount>
/data/adb/modules/zygisksu/bin/zygiskd memory-type <default|anonymous>
/data/adb/modules/zygisksu/bin/zygiskd linker <system|builtin>
所有选项即时生效。 Zygisk Next 1.3.0 Stable Release - Introduce a built-in Zygisk module loader — Zygisk Next Linker. For detailed information, please refer to the Wiki. It is recommended to enable for minimize detectable traces. - Integrate most of Shamiko’s functionality. Add a new “Unmount only” mode to the denylist, allowing module injection while restoring mount changes. ^1 - Add support for loading modules to anonymous memory. Properly implement multi-zygote support (e.g. OnePlus devices using zygote_ocomp). - Fix compatibility issues with older kernels and some 32-bit devices. - Add more translations to the WebUI - Fix several bugs and stability issues. Note: ^1: ZN does not include Shamiko’s prop hiding or font module handling. If you need prop hiding, please extract service.sh from Shamiko and start it manually via service.d or similar methods. If you need to use font modules on Android 12+ devices, please install FontLoader. You do not need to uninstall Shamiko before installing ZN — even if Shamiko is installed, it will not be loaded. For Magisk users, Shamiko whitelist is equalivant to the "Treat non-root apps as denylist" option. New features can be configured with WebUI and CLI. CLI command is as follows:
/data/adb/modules/zygisksu/bin/zygiskd enforce-denylist <disabled|enabled|just_umount>
/data/adb/modules/zygisksu/bin/zygiskd memory-type <default|anonymous>
/data/adb/modules/zygisksu/bin/zygiskd linker <system|builtin>
All changes will take effect immediately. SHA256: 2863b9eb6f526eedf5f625c867fa66dcf3833ab38deec6fa83adfe355a95940e real5ec1cff | Github

5ec1cff
31 729
TrickyStore 1.4.1 修复一些问题 Fix some issues SHA256: 2f5e73fcba0e4e43b6e96b38f333cbe394873e3a81cf8fe1b831c2fbd6c46ea9 real5ec1cff | Github

5ec1cff
31 729
Repost from Real Nullptr
ZygiskNext 1.3.0-RC4 预览版 1. 修复一些模块与 ZN Linker 兼容性问题 2. 修复一个导致进程挂起的问题 3. WebUI 增加越南语、土耳其语、日语、印度尼西亚语翻译 Zygisk Next 1.3.0-RC4 Preview Release 1. Fixed some module compatibility issues with the ZN Linker 2. Fixed an issue causing processes to hang 3. Added Vietnamese, Turkish, Japanese, and Indonesian translations to the WebUI

5ec1cff
31 729
TrickyStore 1.4.0 支持持久化存储已生成的密钥 支持自动解析 AVB key(联发科设备疑似使用了自定义算法,暂不支持) 支持自定义认证密钥的解析和导入 支持拦截并模拟更多 keystore 操作 修复一些证书链生成问题 新功能用法请参照安装包中的 README.MD 和 SECURITY.MD。 Support persistent storage of generated keys Support automatic parsing of AVB keys (MediaTek devices seem to use a custom algorithm, currently not supported) Support parsing and importing of custom attestation keys Support intercepting and simulating more keystore operations Fix some certificate chain generation issues For usage of the new features, please refer to README.MD and SECURITY.MD in installation package. real5ec1cff | Github

5ec1cff
31 729
ZygiskNext 1.3.0-RC3 预览版
当前版本为预览版,可能不稳定,请积极反馈问题
1. 增加 Magisk 排除列表白名单(Root 授权列表为白名单) 2. 修复一些模块与 ZN Linker 兼容性问题 3. WebUI 增加俄语翻译 4. 修复 WebUI 显示问题 5. 修复其他若干问题 Zygisk Next 1.3.0-RC3 Preview Release
The current version is a preview version and may be unstable. Please actively report any issues.
1. Added Magisk denylist whitelist (root app list is whitelist) 2. Fixed some module compatibility issues with the ZN Linker 3. Added Russian translation to the WebUI 4. Fixed WebUI display issues 5. Fixed several other issues SHA256: 5c51172a3ee221985d0f34637be18a3bb3983d0ee2c1143cd5b032d252aca0b7 real5ec1cff | Github

5ec1cff
31 729
ZygiskNext 1.3.0-RC2 预览版
当前版本为预览版,可能不稳定,请积极反馈问题
1. 正确处理隔离进程的 unmount 2. 修复 Android 16 QPR2 版本上重启可能挂起的问题 3. 尝试修复一些模块的兼容性问题 注:正在使用 RC1 版本的 Android 16 QPR2 用户可以在更新后重启前使用如下命令避免重启被挂起
kill -9 $(pgrep -f zn-)
Zygisk Next 1.3.0-RC2 Preview Release
The current version is a preview version and may be unstable. Please actively report any issues.
1. Properly handle unmount for isolated processes 2. Fix a potential hang issue during reboot on Android 16 QPR2 3. Attempt to improve compatibility with certain modules Note: Users running the RC1 version of Android 16 QPR2 can run the following command before rebooting after updating to prevent the reboot from hanging:
kill -9 $(pgrep -f zn-)
SHA256: bfec1e12f25a5b561fd8f0d451b0bf15f8889afc235c345a450ec3e6646efb72 real5ec1cff | Github

5ec1cff
31 729
ZygiskNext 1.3.0-RC1 1. 推出内置的 Zygisk 模块加载器——Zygisk Next linker,详细介绍请参考 Wiki; 2. 整合 Shamiko 的大部分功能,排除列表增加「仅还原挂载」模式,允许在对应用加载模块的同时还原挂载变更 ^1; 3. 允许以匿名内存形式加载模块; 4. 正确实现对多个 zygote 的支持(如一加 zygote_ocomp); 5. 修复对低版本内核和部分 32 位设备的支持; 6. 修复一些其他问题。 注: - ^1: ZN 并未整合 Shamiko 的 prop 隐藏与字体模块处理功能。若需要 prop 隐藏,请自行提取 Shamiko 的 service.sh,并通过 service.d 等方式开机启动;若需要在 A12+ 设备上使用字体模块,请安装 FontLoader 。安装 ZN 前无需卸载 Shamiko,Shamiko 即使安装也不会被加载。 - 可以使用 WebUI 或 CLI 配置新功能,CLI 命令如下:
/data/adb/modules/zygisksu/bin/zygiskd enforce-denylist <disabled|enabled|just_umount>
/data/adb/modules/zygisksu/bin/zygiskd memory-type <default|anonymous>
/data/adb/modules/zygisksu/bin/zygiskd linker <system|builtin>
所有选项即时生效。 1. Introduce a built-in Zygisk module loader — Zygisk Next Linker. For detailed information, please refer to the Wiki. 2. Integrate most of Shamiko’s functionality. Add a new “Unmount only” mode to the denylist, allowing module injection while restoring mount changes. ^1 3. Add support for loading modules to anonymous memory. 4. Properly implement multi-zygote support (e.g. OnePlus devices using zygote_ocomp). 5. Fix compatibility issues with older kernels and some 32-bit devices. 6. Fix several bugs and stability issues. Note: - ^1: ZN does not include Shamiko’s prop hiding or font module handling. If you need prop hiding, please extract service.sh from Shamiko and start it manually via service.d or similar methods. If you need to use font modules on Android 12+ devices, please install FontLoader. You do not need to uninstall Shamiko before installing ZN — even if Shamiko is installed, it will not be loaded. - New features can be configured with WebUI and CLI. CLI command is as follows:
/data/adb/modules/zygisksu/bin/zygiskd enforce-denylist <disabled|enabled|just_umount>
/data/adb/modules/zygisksu/bin/zygiskd memory-type <default|anonymous>
/data/adb/modules/zygisksu/bin/zygiskd linker <system|builtin>
All changes will take effect immediately. SHA256: c2dbd89a8d74b1ea2ed65d2f387728a2cc7f9a2d0f2bd80694c243579fccea55 real5ec1cff | Github

5ec1cff
31 729
ZygiskNext 1.2.9.1 正式版 使用 KSU 提供的 api 判断管理器 在纯 64 位设备上不解压 32 位运行库 修复一些其它问题 暂未集成 Shamiko,敬请期待 1.3.0 版本 ZygiskNext 1.2.9.1 Stable Release Use the API provided by KSU to determine the manager Don't ship 32 bit lib on pure 64 bit devices Fix some other issues Shamiko is not integrated yet — please wait for version 1.3.0. SHA256: 3c91deee8b8359fc2b4d115939b4f993e0d34c38b41bf7cc2ae7db29d79d3638 real5ec1cff | Github

5ec1cff
31 729
TrickyStore 1.3.0 支持 KeyMint 4.0 新增的 moduleHash 字段 支持 Android 16 修复偶发注入失败的问题 将 Play 商店加入默认作用列表 修复大量证书链生成问题 Support for the new moduleHash field introduced in KeyMint 4.0 Compatibility with Android 16 Fixed occasional injection failures Added Play Store to the default scope list Resolved numerous certificate chain generation issues SHA256: d010d174f327cbb228ba6e64c1dc63db4cf70d9755de3f60e0b4b75d3e183e02 real5ec1cff | Github

5ec1cff
31 729
关于 frida 兼容: 如果不知道什么是 frida ,请勿启用该功能。 如果在无 Zygisk Next 时启动 frida server 可正常使用,而启用 Zygisk Next 并启动 frida server 后出现系统崩溃或应用无法启动的情况,创建 /data/adb/zygisksu/frida_compat 文件并重启以开启 frida_compat 功能可能可以解决该问题。 About frida compat: If you don't know what frida is, don't enable it. If you can start frida server without Zygisk Next and it works fine, but after enabling Zygisk Next and starting frida server, the system crashes or apps fail to launch, creating a /data/adb/zygisksu/frida_compat file and rebooting to enable frida_compat may solve the problem.

5ec1cff - إحصائيات وتحليلات قناة تيليجرام @real5ec1cff