1 Repo
Isolated execution environments for applications that provide private memory and storage without system installation.
Distinct from Sandbox Process Execution: Different from per-user server sessions or container command execution; focuses on application-level virtualization on Android.
Explore 1 awesome GitHub repository matching operating systems & systems programming · User-Space Application Sandboxes. Refine with filters or upvote what's useful.
VirtualApp is an Android application virtualization engine and user-space sandbox that enables the execution of applications within an isolated environment. It allows for the running of multiple independent instances of the same application on a single device and supports private application installation without requiring system-level root access. The project features a comprehensive hooking framework for intercepting Java and native layer functions to modify application behavior. It includes tools for hardware simulation to spoof device models and system information, as well as a non-root pr
Executes application packages in isolated environments with private memory and storage to bypass system-level installation.