https://github.com/topjohnwu/Magisk/issues/8315
Hoping for a future where removing detected props from custom ROMs like LineageOS and EvolutionX is possible without triggering additional root detection flags.
Problem: Current methods of deleting specific properties often lead to increased scrutiny from root detection mechanisms.
Desired Solution: A way to remove or obfuscate these properties without raising further suspicion.
GitHub Issue: Detailed explanation and potential solutions are outlined in the linked GitHub issue.
#Magisk #Root #CustomROMs #LineageOS #EvolutionX
Hoping for a future where removing detected props from custom ROMs like LineageOS and EvolutionX is possible without triggering additional root detection flags.
Problem: Current methods of deleting specific properties often lead to increased scrutiny from root detection mechanisms.
Desired Solution: A way to remove or obfuscate these properties without raising further suspicion.
GitHub Issue: Detailed explanation and potential solutions are outlined in the linked GitHub issue.
#Magisk #Root #CustomROMs #LineageOS #EvolutionX
GitHub
hexpatch struggles with patching properties in /dev/__properties__ · Issue #8315 · topjohnwu/Magisk
The magiskboot hexpatch command seems to have difficulties consistently patching property names within the /dev/__properties__/ files, which are memory-mapped representations of system properties. ...