back to home

android-hacker / VirtualXposed

A simple app to use Xposed without root, unlock the bootloader or modify system image, etc.

15,977 stars
2,522 forks
157 issues
JavaC++AIDL

AI Architecture Analysis

This repository is indexed by RepoMind. By analyzing android-hacker/VirtualXposed in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.

Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.

Source files are only loaded when you start an analysis to optimize performance.

Embed this Badge

Showcase RepoMind's analysis directly in your repository's README.

[![Analyzed by RepoMind](https://img.shields.io/badge/Analyzed%20by-RepoMind-4F46E5?style=for-the-badge)](https://repomind.in/repo/android-hacker/VirtualXposed)
Preview:Analyzed by RepoMind

Repository Overview (README excerpt)

Crawler view

中文文档 Introduction ------------ **VirtualXposed** is a simple App based on VirtualApp and epic that allows you to use an Xposed Module without needing to root, unlock the bootloader, or flash a custom system image. (Supports Android 5.0~10.0) The only two restriction of VirtualXposed are: • Unable to modify system, so any Module which modifies system won't be able to work properly. • Currently resource hooks are not supported. (Theming modules use Resource Hooks). Warning ----------- Usage for Commercial Purposes are not allowed!!! Please refer to VirtualApp's declaration. Usage ------- Preparation Download the latest APK from the release page, and install it on your Android device. Install APP and Xposed Module Open VirtualXposed, Click on the **Drawer Button** at the bottom of home page(Or long click the screen), add your desired APP and Xposed Module to VirtualXposed's virtual environment. Note: **All operations(installation of Xposed Module, APP)must be done in VirtualXposed**, otherwise the Xposed Module installed won't take effect. For example, if you install the YouTube app on your system (Your phone's original system, not in VirtualXposed), and then install YouTube AdAway (A YouTube Xposed Module) in VirtualXposed; or you install YouTube in VirtualXposed, and install YouTube AdAway on original system; or both of them are installed on original system, **neither of these three cases will work!** There are three ways to install an APP or Xposed Module to VirtualXposed: • **Clone an installed app from your original system.** (Click Button at bottom of home page, then click Add App, the first page shows a list of installed apps.) • **Install via an APK file.** (Click Button at bottom of home page, then click Add App, the second page shows APKs found in your sdcard) • **Install via an external file chooser.** (Click Button at bottom of home page, then click Add App, use the floating action button to choose an APK file to install) For Xposed Module, You can install it from Xposed Installer, too. Activate the Xposed Module Open Xposed Installer in VirtualXposed, go to the module fragment, check the module you want to use: Reboot You only need to reboot VirtualXposed, **There's no need to reboot your phone**; Just click Settings in home page of VirtualXposed, click button, and VirtualXposed will reboot in a blink. Supported Modules ------------------------- Almost all modules except system-relevant are supported, please try it by yourself :) Others ------- GameGuardian VirtualXposed also supports GameGuardian, **you should use the separate version for GameGuardian**.(Download it in release page). Video Tutorial VirusTotal VirusTotal might report VirtualXposed as a malware, it is stupid, you can refer to my explanation. And obviously, VirtualXposed is open source, so you can refer to the source code. I am sure that it is safe to use. If you still couldn't believe in me, you can install version 0.8.7; VirusTotal reports this version as safe. Support ----------- Contributions to VirtualXposed are always welcomed!! For Developers -------------- • File a bug • Wiki • Telegram Credits ------- • VirtualApp • Xposed • And64InlineHook