Custom Kitsune v31 build: in-app DenyList works with ReZygisk (denylist-table patch)#15
Merged
Merged
Conversation
…st works with ReZygisk Swap the embedded Magisk for a custom Kitsune v31 build (31.0-kitsune / 31000) from Jordan231111/KitsuneMagisk@25fa2159f. Its deny module stores entries in the `denylist` table instead of `hidelist` -- the table ReZygisk/NeoZygisk actually read -- so apps toggled in Magisk's own DenyList UI are now hidden from those Zygisk modules without a manual `magisk --sqlite "INSERT INTO denylist ..."`. - re-embed APK in blueStackRoot.cmd (SHA fac319d2..., byte-level round-trip verified) - refresh tools/magisk_databin/ from the new APK - replace Working Example & Fix/MagiskMyStableBuild.apk reference - bump tests/Check-Embedded-Sync.ps1 guard SHA (passes) - README "Is this safe?" states plainly it is a custom build and links source/diff - CHANGELOG v10, todolist, RUNBOOK + deep-dive transparency notes - add docs/HIDE_ROOT_FROM_APP_DENYLIST.md (verified DenyList fix guide) Live re-root E2E to be confirmed on an instance.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Swaps the bundled Magisk for a custom Kitsune v31 build (31.0-kitsune / 31000) from
Jordan231111/KitsuneMagisk@25fa2159fwhose deny module stores entries in thedenylisttable(not
hidelist) — the table ReZygisk/NeoZygisk read. The in-app DenyList toggle now hides rootwithout a manual
magisk --sqlite "INSERT INTO denylist ...".blueStackRoot.cmd(SHAfac319d2…, byte-level round-trip;Check-Embedded-Syncpasses)tools/magisk_databin/, replaced the reference APKdocs/HIDE_ROOT_FROM_APP_DENYLIST.mdVerified: APK is a genuine rebuild (
libmagisk64.so/libmagisk32.sodiffer from stock), version 31000,embed round-trips. Live re-root E2E still to be confirmed — the harness stalled on a boot/adb-reachability
step (under investigation; unrelated to the APK contents).