11 Repos
Direct interfacing with system binaries and protected internal APIs via root access.
Distinct from Global File System Access: No candidate covers the act of using root access to modify protected Android system files.
Explore 11 awesome GitHub repositories matching operating systems & systems programming · Root-Level System Integration. Refine with filters or upvote what's useful.
MagiskOnWSALocal is a toolkit and set of scripts designed to integrate root access and Google Apps into the Windows Subsystem for Android. It functions as a customization utility to provide administrative control over the virtualized Android environment. The project enables the installation of Magisk root binaries and the integration of Google Play Store services. It includes capabilities for removing default application marketplaces and modifying system settings to customize the subsystem. The toolset manages subsystem maintenance through version updates that preserve user data. It also pro
Automates the integration of Magisk root binaries to allow direct interfacing with protected system APIs.
AppManager is a comprehensive suite of tools for managing applications on Android devices. It provides utilities for controlling application lifecycles, modifying manifests, and administering installed packages. The project distinguishes itself through deep system integration, offering capabilities to analyze and block specific application components such as activities, services, and broadcast receivers. It includes a system for saving and restoring applications along with their associated data and permissions, as well as tools for auditing and modifying runtime and development permissions.
Interfaces with system-level binaries and internal APIs to modify protected application files.
Dieses Projekt ist ein Sicherheits-Auditor für Mobilfunknetze und ein IMSI-Catcher-Detektor, der darauf ausgelegt ist, gefälschte Basisstationen und Überwachungshardware zu identifizieren, die versuchen, Mobilfunkverkehr abzufangen. Es fungiert als Analysetool für Funkschnittstellen und zur Kartierung von Mobilfunkmasten, wobei Verbindungen überwacht werden, um unbefugte Netzwerkinfrastruktur aufzuspüren. Das System zeichnet sich durch die Kombination von Echtzeit-Bedrohungsüberwachung mit der Fähigkeit aus, stille SMS und verdeckte Kommunikationsformen zu identifizieren, die zur Geräteortung verwendet werden. Es analysiert den Verschlüsselungsstatus, um erzwungene Netzwerk-Downgrades auf schwächere Standards zu erkennen, und verifiziert die Identität von Basisstationen durch Abgleich von Mastdaten mit öffentlichen Datenbanken. Das Tool deckt umfassende Funktionen im Bereich der Mobilfunk-Audits ab, einschließlich der Verfolgung von Signalanomalien, der Extraktion von Funk-Hardware-Daten und der Prävention von Remote-SIM-Angriffen oder unbefugten App-Installationen. Es bietet zudem eine Visualisierung der Mast-Konnektivität sowie einen Mechanismus, mit dem Benutzer eigene Erkennungs-Strings für die Überwachung verdächtiger Nachrichten definieren können. Die hardwarenahe Interaktion erfolgt durch die Ausführung von AT-Befehlen über ein Root-Terminal, um detaillierte Netzwerk-Telemetriedaten abzurufen.
Executes low-level AT commands via a root terminal to extract hardware-level radio and network telemetry.
Rayhunter is an IMSI catcher detection tool and cellular network monitor designed to identify cell-site simulators and fake base stations. It functions as an SDR signal analyzer that tracks tower connectivity, logs GPS locations, and monitors for network downgrades or disabled encryption on mobile hardware. The system distinguishes itself through heuristic-based traffic analysis used to detect suspicious identity requests, malformed system information, and the use of null ciphers. It includes a remote device management interface consisting of a REST API and web dashboard for controlling detec
Provides root-level access for direct interfacing with system binaries and protected internal APIs.
LSPosed_mod ist ein System für Android-System-Hooking und Modulverwaltung. Es ermöglicht die Installation und Konfiguration von Modifikationen auf Systemebene, um das Geräteverhalten zu ändern, ohne das ursprüngliche System-Image oder die Quelldateien zu verändern. Das Projekt nutzt Zygote-basierte Prozess-Injektion und Runtime-Methoden-Hooking, um Ausführungsabläufe im Speicher abzufangen. Es enthält eine versionsunabhängige Ausführungsschicht, um eine konsistente Schnittstelle über verschiedene Android-Betriebssystemversionen und -umgebungen hinweg zu gewährleisten, sowie dynamische Proxy-Interzeption zur Modifikation von Methodenargumenten und Rückgabewerten. Die Verwaltung dieser Modifikationen erfolgt über eine programmierbare API und eine Befehlszeilenschnittstelle für Root-Benutzer. Diese Tools ermöglichen die programmatische Steuerung des Umfangs und des aktiven Status installierter Softwarekomponenten auf gerooteter Hardware.
Uses superuser privileges to deploy and configure software components across protected system directories and partitions.
This project is an Android application patcher and executable optimizer designed to modify and recompile application binaries. It functions as a root-based app modder that allows for the addition of features and the removal of unwanted libraries from Android apps. The system focuses on customizing YouTube and YouTube Music by adding unofficial features and removing advertisements. It provides the ability to deploy modified application modules via root managers to maintain system compatibility and bypass detection. The tool covers a broad range of binary transformation capabilities, including
Uses system-level privileges to inject modified code into running processes to bypass integrity checks.
XposedInstaller ist ein Android-System-Hooking-Tool, das entwickelt wurde, um das Xposed-Modifikations-Framework auf einem Gerät bereitzustellen. Es dient als Dienstprogramm für gerootete Android-Modifikationen, das das Abfangen und Modifizieren von Android-System- und Anwendungsmethoden ermöglicht, um das Verhalten des nativen Betriebssystems zu ändern. Das Tool verwaltet die Installation des Frameworks, um tiefgreifende Hooks auf Systemebene und die Anpassung des Geräteverhaltens zu ermöglichen. Es automatisiert die Bereitstellung der Software, die erforderlich ist, um die Funktionsweise des Android-Betriebssystems und der installierten Anwendungen zu ändern. Der Installationsprozess beinhaltet das Schreiben von Framework-Binärdateien in die geschützte Systempartition, das Patchen des Kernel-Boot-Images und die Verwendung eines Zygote-Injektionsmechanismus. Diese Operationen werden über eine grafische Oberfläche und die Automatisierung privilegierter Shell-Befehle abgewickelt.
Writes framework binaries directly to the protected system partition using root access.
Sui is an Android root management framework and superuser manager designed to control root permissions and provide applications with elevated access to restricted system APIs and internal services. It functions as a communication bridge that allows non-root applications to execute system functions via a privileged root process. The framework utilizes a typed interface root bridge to map system functions to strongly typed interfaces, removing the need to parse raw text from shell commands. It incorporates a root shell environment for executing manual system commands and administrative scripts
Integrates Android applications with root system functions using typed interfaces for direct internal API access.
Mobox is an x86 emulation environment and compatibility layer designed to run Windows software on ARM-based Android devices. It utilizes a shell-based system that translates x86 instructions and manages memory to execute desktop applications on mobile hardware. The project distinguishes itself through a combination of a Windows compatibility layer and an emulator to bridge platform differences. It features specialized tools for managing software containers, tuning hardware acceleration to resolve visual flickering in 3D applications, and mapping mobile touch screen gestures to virtual mouse a
Modifies system out-of-memory settings on rooted devices to prevent the OS from terminating emulation processes.
ReZygisk is an Android root module framework and Zygote process injector. It functions as a native hooking engine and linker redirection tool designed to inject custom code into the Android Zygote process so that modifications are inherited by all spawned applications. The project provides a decoupled abstraction layer and Zygisk API implementation, allowing system modules to operate independently of specific root management tools. This ensures that root modules remain stable and compatible across various kernel-level rooting solutions. The framework includes capabilities for system process
Ensures system-level integration and plugin compatibility across various kernel-level rooting solutions.
This project is a mobile device provisioning and app deployment tool used to install application binaries across multiple mobile platforms. It functions as a cross-platform testing suite that pushes binaries to various mobile architectures to verify software functionality. The tool includes a mobile device certificate manager that replaces system-level security certificates with custom versions, enabling the installation and debugging of unsigned applications. It also acts as a root-level system modifier, executing shell commands on device roots to change protected system files and security s
Directly modifies protected system directories on the device using root access to bypass installation restrictions.