1 रिपॉजिटरी
Techniques for hooking into high-level system framework calls to trigger specific operational tasks.
Distinct from System-Call Interception: Distinct from system-call interception which targets low-level kernel APIs; this targets higher-level Android framework behavior.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Framework Call Interceptions. Refine with filters or upvote what's useful.
Atlas is a modularization system and dynamic component framework for Android. It functions as a class isolation layer and incremental update engine, allowing application logic and resources to be decoupled into independent bundles that are loaded at runtime. The project distinguishes itself by providing physical bundle isolation through custom class loaders to prevent dependency conflicts and bypass method count limits. It enables the deployment of remote components and incremental patches, using bytecode diffs and resource patching to update specific application parts without requiring a ful
Hooks into the system framework to trigger bundle installation and task execution within isolated containers.