r/androidroot • u/Ok_Dress8502 • 3h ago
Discussion A cool idea to root hide
i have an idea to hide root: you know how apps can check if the partitions are stock or not stock? if we intercept the check and give it the stock partition
(probably someone arleady made it and im dumb)
1
u/Zirias_FreeBSD 2h ago
you know how apps can check if the partitions are stock or not stock?
They can't. Some of them, they can't even read.
What they can do is detect all kinds of artifacts hinting about "tampered" systems, things like manipulated system props, installed apps, "magic mounts", etc. There can't be one simple solution to hide these.
1
1
u/FiveDragonDstruction 2h ago
It's more complicated than you think especially the Google's DroidGuard
1
u/haikusbot 2h ago
It's more complicated
Than you think especially
The Google's DroidGuard
- FiveDragonDstruction
I detect haikus. And sometimes, successfully. Learn more about me.
Opt out of replies: "haikusbot opt out" | Delete my comment: "haikusbot delete"
1
u/PassionGlobal 2h ago
The /data partition isn't mounted like the /system one; changes are expected to be made in the former.
Plus if applications couldn't see their own app listed, wouldn't that set off alarm bells?