Magisk Module Store
169 subscribers
51 photos
7 videos
436 files
240 links
Join For more
Download Telegram
Custom ROM Flasher
by @p_i_a_l99
Instructions

Download
Version: 2.26.4 ✅️ (26040453)

- [Added] Arsc++ now performs a pre-compilation check for missing entry definitions in type-info and supports one-click addition.
- [New] main interface sidebar now supports creating independent network storage groups.
- [New] text comparer now includes a toggle menu for whether to automatically synchronize scrolling.
- [New] Support for editing class files in Jasm format (previous Smali format editing had compatibility issues and has been removed).

- [Optimized] installation package extraction function now silently checks for changes in application list when returning to foreground from background.
- [Optimized] Improved stability and startup speed when obtaining Shizuku authorization.

- [Fixed] problem with convert apks to apk using attr from android 17
- [Fixed] issue where folder comparison function would get stuck on pipes and other file types.
- [Fixed] issue where bookmark function would mistakenly delete unselected duplicates during batch deletion.
- [Fixed] issue where compressed files could not be updated on Android emulators on Windows systems.
- [Fixed] issue where a STATUS_SHARING_VIOLATION error would occur when opening files using SMB function if file write handle was already in use.
- [Fixed] issue where script executor would not end session after being interrupted by Ctrl+C.


❝𝐈𝐟 𝐰𝐡𝐞𝐧 𝐲𝐨𝐮 𝐢𝐧𝐬𝐭𝐚𝐥𝐥 𝐭𝐡𝐢𝐬 .𝐚𝐩𝐤 𝐆𝐨𝐨𝐠𝐥𝐞 𝐏𝐫𝐨𝐭𝐞𝐜𝐭 𝐬𝐡𝐨𝐰 "𝐇𝐚𝐫𝐦𝐟𝐮𝐥 𝐚𝐩𝐩 𝐛𝐥𝐨𝐜𝐤𝐞𝐝" 𝐨𝐫 "𝐀𝐩𝐩 𝐬𝐜𝐚𝐧 𝐫𝐞𝐜𝐨𝐦𝐦𝐞𝐧𝐝": 𝐩𝐫𝐞𝐬𝐬 "𝐌𝐨𝐫𝐞 𝐝𝐞𝐭𝐚𝐢𝐥𝐬" > "𝐈𝐧𝐬𝐭𝐚𝐥𝐥 𝐚𝐧𝐲𝐰𝐚𝐲" 𝐨𝐫 𝐝𝐢𝐬𝐚𝐛𝐥𝐞 𝐆𝐨𝐨𝐠𝐥𝐞 𝐏𝐫𝐨𝐭𝐞𝐜𝐭 𝐢𝐧 𝐬𝐞𝐭𝐭𝐢𝐧𝐠𝐬.❞
1
BreZygisk-v1.0.0-484-7-33b707c-release.zip
475.3 KB
BreZygisk - A ReZygisk Fork

Treat Wheel is NOT compatible

add: a toggle to disable the unmount
add: hot install support
add: rrr333nnn333 as a co-author
disable: other Zygisk module
remove: Kitsune Mask support partially
remove: updateJson field
rename: ReZygisk to BreZygisk partially

Source Code - GitHub
TEESimulator-v3.2-81-150a476-Release.zip
1.9 MB
Fix key parameters in authorization list (#176)
Previous commit 57b92ab wrongly encoded the key parameter PADDING, which should be a single SET OF INTEGER (like PURPOSE and DIGEST). Moreover, we now include the key parameter BLOCK_MODE in KeyEntryResponse with correct order (found in key generation of mobstore_encrypt by GMS).
TreatWheel-0.0.9.zip
1.3 MB
Treat Wheel 0.0.9 is here.

This version adds compatibility to version 484 and higher of ReZygisk, improves operational stability, and improves property spoofing system by compacting prop context areas and fixing dirty serials even without resetprop.

Do not enable, or disable, options you do not understand. Trust the default.

Special Thanks:
- WebUI translators for their multi-lingual work: @Katiria24, Gege, @RainyXeon, @bocchi1919810, Ray, @KaldirimMuhendisi.
- Tester team for guaranteeing its stability: Jan, @ph03nIx, @rrr333nnn333, @anonymous_yolo, @cryptikc, @circle_5, @hisham2630, @TheSillyOk, and @KaldirimMuhendisi.
- Our greater supporter: @antezero
Zygisk-Next-1.3.4-746-d1b76b3-release.zip
5.4 MB
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 ZN's 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.



Github
Vector-v2.0-3039-Release.zip
8.4 MB
Vector has actually been compatible with the libxposed API 101 for a long time now, please check out Github for more info
v2.0.3 released:
Major Behavioral Changes
- Legacy modules are no longer allowed to call libxposed API; modules with targetApiVersion ≥ 102 will not be allowed to call legacy API; 101 modules are unaffected

New Features
- Introduced Material 3 Expressive style manager
- Enhanced theme-related settings to support dynamic color schemes and dark mode, and improved the display of cards, menus, bottom navigation, and dialogs

Improvements
- Improved log display and error logging; parsed view now correctly displays excessively long error stacks without fragmentation
- Attempted to improve hook performance

Fixes
- Fixed an issue where scope recommendations were displayed incorrectly in some legacy modules
- Fixed several issues with libxposed API implementations

Removals
- Removed the old MD3 manager
- Removed support for the 32-bit x86 architecture


v2.0.3 发布:
重大行为变更
- Legacy 模块不再允许调用 libxposed API;targetApiVersion ≥ 102 的模块不再允许调用 Legacy API,101 模块不受影响

新增
- 引入 Material 3 Expressive 风格管理器
- 完善主题相关设置,支持动态配色和深色模式,改进卡片、菜单、底部导航和对话框的显示效果

改进
- 改进日志显示和错误记录,现在解析视图能够正确显示超长错误栈而不被分片
- 尝试改进 hook 性能

修复
- 修复部分旧模块作用域推荐显示错误的问题
- 修复一些 libxposed API 实现问题

移除
- 移除旧的 MD3 管理器
- 移除 32 位 x86 架构支持


Download / 下载:
1
LSPosed-v2.0.4-7741-release.zip
8.4 MB
Changes since latest release:
Added
- Provided high-speed CDN for the module repository. If you dislike ads, please switch to backup CDN in settings
- Added SystemUI safe mode

Improved
- Enhanced hook compatibility and performance
- Improved homepage device name recognition

Fixed
- Fixed Android 17 QPR1 Beta 3 crash issues
- Fixed a series of M3E theme-related issues
- Fixed Markdown WebView reload handling issues

自上次更新以来的改动:
新增
- 提供模块仓库高速 CDN,若不喜欢广告请在设置切换备用 CDN
- 新增 SystemUI 安全模式

改进
- 提升 hook 兼容性和性能
- 增强首页设备名称识别

修复
- 修复 Android 17 QPR1 Beta 3 崩溃问题
- 修复一系列 M3E 主题相关问题
- 修复 Markdown WebView 重载处理问题