Shamiko - Hide Root Android
The Shamiko module in Magisk is a module developed by the LSPosed team (creators of the modern Xposed framework), mainly used to hide root status and system modifications from certain apps. Shamiko works as an add-on to Zygisk, a Magisk feature that allows modules to run within the Android Zygote process (the core process of Android).
Main Functions of Shamiko
Hides root access from apps that use modern root detection methods.
Hides other Magisk modules from apps that can detect system modifications.
Works with Zygisk – it’s not a standalone module, so Zygisk must be enabled in Magisk settings for Shamiko to function.
Use Cases of Shamiko
Avoiding root/system modification detection in apps like:
Banking apps
Games with anti-cheat protection
Apps that block access when root is detected (e.g., Gojek, Grab, Netflix, etc.)
Requirements for Shamiko to work
The latest version of Magisk (recommended 24+)
Zygisk enabled in Magisk settings
Shamiko module installed and activated
MagiskHide is no longer used – Shamiko replaces it (MagiskHide was officially removed after version 23)
How Shamiko Works
It uses access to system processes via Zygisk to hide:
/proc/*/maps
/proc/*/cmdline
and other paths that might expose the presence of root/Magisk
It can hide root from specific target apps by filtering them (configurable denylist)
Important Notes
Shamiko does not guarantee 100% success — some apps use very advanced detection methods (like the latest SafetyNet or Play Integrity API)
For best results, use it together with Hiding the Magisk App and denylist (blocklist) in Magisk
Shamiko is a Zygisk module to hide Magisk root, Zygisk itself and Zygisk modules.
Shamiko read the denylist from Magisk for simplicity but it requires denylist enforcement to be disabled first.
Usage
- Install Shamiko and enable Zygisk and reboot
- Configure denylist to add processes for hiding
- DO NOT turn on denylist enforcement
Whitelist
- You can create an empty file
/data/adb/shamiko/whitelist
to turn on whitelist mode and it can be triggered without reboot - Whitelist has significant performance and memory consumption issue, please use it only for testing
- Only apps that was previously granted root from Magisk can access root
- If you need to grant a new app root access, disable whitelist first
Changelog
0.2.0
- Support font modules since Android S
- Fix module’s description
0.3.0
- Support whitelist (enable by creating an empty file
/data/adb/shamiko/whitelist
) - Always unshare (useful for old platforms and isolated processes in new platforms)
- Request Magisk 23017+, which allows us to strip Java daemon and change denylist regardless of enforcement status
- Temporarily disable showing status in module description (need to find a new way for it)
- Support module update since Magisk 23017
0.4.0
- Add module files checksum
- Bring status show back
- Add running status file at
/data/adb/shamiko/.tmp/status
0.4.1
- Add more hide mechanisms
0.4.2
- Fix app zygote crash on Android 10-
0.4.3
- Fix tmp mount being detected
0.4.4
- Fix module description not showing correctly
0.6
- Hide more trace of Zygisk
0.7
- Support Magisk 26.0
- Fix font loading
- Hide more traces of Magisk
0.7.1
- Merge Magisk and KernelSU branch
0.7.2
- Fix a bug causing Zygisk on KernelSU failed to unload
- Abandon a useless fix leading to more detection
- Clean service.sh
0.7.3
- Follow root profile on KernelSU
0.7.4
- Support new Zygisk loading mechanisms
- Fix some issues on Android 11 and below
- Fix compatibility for Zygisk on KernelSU on Magisk
0.7.5
- Refine hide mechanism, passing more detection (e.g., E-CNY, Play ver 12306)
1.0
- Hide more traces of Zygisk, passing more detection (e.g., ACE, GoTyme Bank, MyTransport.SG, ZainCash, DBS PayLah!, Singpass, Marriott, BPI, Apps using liapp, Apps using Arxan like CaixaBank Sign, etc.)
- Better support KSU
- Hide some traces introduced by other modules (e.g. PlayIntegrityFix)
- Guards the peace of Machikado
1.0.1
- Fix Android 10
Download
Module Info
Shamiko - Hide Root Android is a Module that supports installation on Magisk, KernelSU, APATCH, KSUNext
© 2025 Magisk Community