Skip to content

feat: Magisk module install#3285

Open
secp192k1 wants to merge 19 commits into
ReVanced:devfrom
secp192k1:feat/magisk-module
Open

feat: Magisk module install#3285
secp192k1 wants to merge 19 commits into
ReVanced:devfrom
secp192k1:feat/magisk-module

Conversation

@secp192k1

@secp192k1 secp192k1 commented Apr 7, 2026

Copy link
Copy Markdown
Member
1. Successful patching
New Magisk module option Module installed, suggestion to restart
image image
2. After restart
New module for patched the patched in your root manager app
image

@oSumAtrIX

Copy link
Copy Markdown
Member

Is a system restart really needed? Cant the magisk module be "invoked" somehow? Its just a mount command, so manager could also technically just invoke the mounting and magisk could handle reboots from there on.

@secp192k1

secp192k1 commented Apr 7, 2026

Copy link
Copy Markdown
Member Author

Is a system restart really needed? Cant the magisk module be "invoked" somehow? Its just a mount command, so manager could also technically just invoke the mounting and magisk could handle reboots from there on.

Although Linux supports live file mounting, Magisk modules require a system reboot to safely inject code into the foundational Zygote process during startup, apply strict SELinux patches, and execute essential boot scripts without causing crashes - just like how Xposed/LSPosed work

https://topjohnwu.github.io/Magisk
https://topjohnwu.github.io/Magisk/details.html
https://topjohnwu.github.io/Magisk/guides.html

@secp192k1 secp192k1 marked this pull request as ready for review April 7, 2026 23:13
@secp192k1 secp192k1 requested a review from Ushie April 7, 2026 23:13
@secp192k1 secp192k1 marked this pull request as draft April 8, 2026 21:48
@secp192k1 secp192k1 marked this pull request as ready for review April 12, 2026 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants