Arirang is named after a smartphone brand from North Korea.
This is a powerful Xposed module for Android designed to enhance user privacy through fine-grained control over sensitive system information and runtime hooks. It allows spoofing of device identifiers, location, SIM information, Wi-Fi information, and app visibility.
Arirang is designed around a system-level privacy protection model.
Unlike many traditional Xposed privacy modules, Arirang does not aim to inject hooks into arbitrary third-party applications whenever possible.
Instead, the project attempts to keep hooks, data interception, and data rewriting inside system-level components and framework layers.
The goal of this design is to:
- Avoid unnecessary impact on application performance
- Minimize interference with normal application runtime behavior
Arirang provides a native Zygisk extension module named
arirang-submodule.
This submodule is a required beta-stage capability extension layer for functionality that cannot be reliably implemented through LSPosed or framework-level Java hooks alone.
The current implementation attempts to avoid injecting hooks directly into applications whenever possible. Native fallback hooks are instead installed at the Zygote/framework boundary so child processes inherit rewritten framework behavior rather than receiving per-application hook installation.
However, due to current technical limitations, some features may still require application-side injection to function correctly.
Depending on the feature, the submodule may be:
- Required to implement certain low-level behaviors
- Used to strengthen spoofing consistency and anti-detection capabilities
- Used to extend privacy protection into native framework surfaces such as
SystemPropertiesandMediaDrm
It is believed that this is not an unsolvable problem, and future versions may further reduce or completely eliminate the need for direct application injection as more functionality is migrated into system framework services or lower-level framework surfaces.
The long-term goal remains to move functionality into system framework services where possible and keep this submodule as the deeper native fallback layer for surfaces that do not expose a suitable system service hook point.
Arirang includes an independent companion application for inspecting what device information is visible to ordinary apps and verifying whether privacy protection features are working correctly.
Current checks include device info, unique identifiers, SIM information, Android location APIs, Google Fused Location APIs, accounts, Bluetooth devices, Wi-Fi information, sensors, and installed packages.
This software is in an early development stage and may cause system instability, crashes, or unexpected behavior.
This project does not prohibit the use of AI-generated code.
During early prototyping and experimental development, a considerable amount of code was generated or assisted by large language models (LLMs).
Some parts of the codebase may therefore contain:
- Inconsistent implementations
- Redundant abstractions
- Experimental structures
- Non-optimal patterns
As the project matures, these sections are gradually being rewritten, simplified, or replaced with manually reviewed implementations.
Use at your own risk.
-
Clipboard Protection (Available)
Monitor and intercept clipboard access requests with real-time confirmation dialogs. -
Real-time Permission Prompt (Available)
Intercept clipboard access attempts and explicitly allow or deny each request. -
SIM Info Mocking (Experimental) Configure SIM profiles, hide SIM information, and rewrite visible telephony data.
-
Device Info Masking (Experimental) Configure visible device model, brand, manufacturer, product, hardware, board, bootloader, fingerprint, and related Android build fields.
-
Unique Identifier Spoofing (Experimental) Configure Android ID, Google Advertising ID, App Set ID, SSAID-style identifiers, IMEI/MEID, TAC, serial number, subscriber ID, phone number, and SIM ICCID values.
-
Virtual Location (Experimental) Configure a virtual latitude, longitude, altitude, accuracy, speed, bearing, and satellite count. The implementation covers Android framework location APIs, fused location paths, Google Fused Location APIs, GNSS status, and NMEA reports.
-
Wi-Fi Info Masking (Experimental)
Configure the current Wi-Fi SSID and BSSID returned from framework Wi-Fi service paths on modern Android. OtherWifiInfofields currently use fixed spoofed fallback values, including MAC address, RSSI, frequency, and network ID. -
Nearby Wi-Fi List Masking (Experimental)
Configure one or more nearby Wi-Fi scan result SSID/BSSID pairs, or return an empty scan list. Allows customizing or hiding nearby Wi-Fi network information exposed to applications. -
Package List Management (In Development)
Hide installed applications (Invisible / Whitelist modes). -
Hook Log Controls (Available)
Enable or disable LSPosed log output per hook module, including core, clipboard, Google services, location, package list, settings provider, SIM, Wi-Fi, unique identifiers, and hook service bridge logs. -
Modern UI
Built with Material Design 3, Dynamic Colors support, and native configuration pages for the currently released features. -
Multi-language Support English, Simplified Chinese, and Japanese translations are included.
| Main | Clipboard | Clipboard Dialog |
|---|---|---|
| Device Info | SIM Mocking | Privacy Self-Check |
|---|---|---|
| Location | Unique Identifiers | Wi-Fi |
|---|---|---|
| Settings |
|---|
- Rooted Android device
- LSPosed or compatible Xposed framework
- Android 14 or later
- Android 16 is the current recommended target for testing
- Magisk, KernelSU / KernelSU Next, or APatch (required for native submodule features)
- Zygisk (required for native submodule features)
- Install the latest
ArirangAPK - Optional: install the latest
Arirang Self-CheckAPK if you want to verify what information ordinary apps can see after hooks are enabled. - Open your Xposed Manager (e.g., LSPosed)
- Enable the Arirang module
- Select scope:
- System / Android framework (required)
com.android.phonecom.google.android.gms
Some native framework fallback features require the Zygisk helper module.
- Download
arirang-submodule.zip - Flash the ZIP through:
- Magisk
- KernelSU / KernelSU Next
- APatch
- Reboot the device
Contributions, issues, and feature requests are welcome.