Many modern banking applications and competitive mobile games aggressively scan your device to detect "suspicious" applications, such as root managers, cheating tools, or modding frameworks. HMA OSS Zygisk (Hide MyApplist Open Source Software) is a brilliant, ultra-lightweight solution to this privacy invasion. By integrating directly into the Zygisk API, it allows you to selectively spoof your installed app list, ensuring total privacy without the overhead of traditional Xposed environments.
Core Privacy Capabilities
Discover the technical advantages that make this native Zygisk implementation the ultimate tool for app list obfuscation.
Native Zygisk Integration
Unlike standard HMA which requires LSPosed to function, this variant runs purely as a Zygisk module. This drastically reduces detection vectors and system overhead.
Seamless App Spoofing
Intercepts Android API calls related to package management. When a target app requests a list of installed software, HMA serves it a clean, dummy list instead of your actual apps.
Ultra Lightweight
Weighing in at just over 53 KB, this module is incredibly optimized. It leaves virtually zero footprint on your device's memory or storage while running silently in the background.
Universal Compatibility
Designed to mount seamlessly across all modern root managers. Whether you use Magisk, KernelSU, or APatch, the module will inject effortlessly.
How Does HMA OSS Zygisk Work?
The Android OS provides native APIs (like PackageManager) that allow applications to query what other software is installed on the same device. Anti-cheat engines and banking security protocols use these APIs to scan for root apps like Magisk, GameGuardian, or APatch managers.
By utilizing the Zygisk framework, this module injects custom logic directly into the Zygote process (the parent process of all Android applications). When a target application attempts to read your installed packages, HMA OSS intercepts that request at the deepest level and selectively hides the applications you wish to keep secret, feeding the scanner a perfectly clean profile.