1 repositorio
Architectures for managing and deploying pluggable system modules without modifying core system partitions.
Distinct from Android Libraries: Distinct from Android Libraries: focuses on system-level infrastructure management rather than application-level code libraries.
Explore 1 awesome GitHub repository matching mobile development · Module Infrastructure Managers. Refine with filters or upvote what's useful.
KernelSU is a kernel-based root management framework for Android that provides administrative access to applications by operating directly within the operating system kernel. By integrating management logic into the kernel source, it enables system-wide permission control through syscall interception and function patching. This approach allows for the enforcement of fine-grained mandatory access control, assigning custom security domains to root processes to restrict their capabilities and prevent unauthorized actions. The project distinguishes itself through a systemless modification archite
Extends system functionality through a pluggable architecture that applies modifications to partitions without altering the underlying system files.