The Architect Cyber
Platinian
I've been working on something new for the Android modding community: NextGEN Launcher.
The idea is simple:
Mod Android games without root, without modifying or re-signing the original APK. Thats mean you can login with google account.
NextGEN uses an app-virtualization approach to clone the target game into a sandboxed guest process, then loads the game's mod .so at process startup.
That means the original APK stays untouched, including its Play signature and integrity.
The goal is to build a proper modding platform where games, loaders and mod menus can be managed from one place instead of manually patching APKs and moving files around.
github.com/thearchitect-cybermod/nextgen-launcher
It's still early development, so expect things to change as the project evolves. The current repository contains the launcher UI and build infrastructure, while some of the virtualization/engine functionality is being integrated separately.
If you're an Android modder, reverse engineer, developer, or just interested in how this kind of thing works, feel free to check it out.
NextGEN - Modding without limits.
Want to Keep Posted? Join TG: @nextgen_launcher
DEMONSTRATION
The idea is simple:
Mod Android games without root, without modifying or re-signing the original APK. Thats mean you can login with google account.
NextGEN uses an app-virtualization approach to clone the target game into a sandboxed guest process, then loads the game's mod .so at process startup.
That means the original APK stays untouched, including its Play signature and integrity.
What NextGEN is built around
No Root
Virtualized game environment
Per-game .so injection
Original APK remains untouched
Built specifically with game modding in mind
Native Rust + egui launcher
Android arm64 support
Per-game install / launch / uninstall workflow
The goal is to build a proper modding platform where games, loaders and mod menus can be managed from one place instead of manually patching APKs and moving files around.
Open Source
The launcher is available on GitHub:github.com/thearchitect-cybermod/nextgen-launcher
It's still early development, so expect things to change as the project evolves. The current repository contains the launcher UI and build infrastructure, while some of the virtualization/engine functionality is being integrated separately.
If you're an Android modder, reverse engineer, developer, or just interested in how this kind of thing works, feel free to check it out.
NextGEN - Modding without limits.
Want to Keep Posted? Join TG: @nextgen_launcher
DEMONSTRATION