2 Repos
Tooling to enable compilation and execution against non-public Android framework classes.
Distinct from Android Development: Focuses on bypassing API restrictions via platform jar modification, unlike general Android development.
Explore 2 awesome GitHub repositories matching mobile development · Hidden API Access. Refine with filters or upvote what's useful.
AhMyth-Android-RAT ist ein Remote-Administrationstool und Framework, das für die Bereitstellung und Steuerung von Remote Access Trojans auf Android-Betriebssystemen entwickelt wurde. Es fungiert als Remote-Geräteverwaltungssuite, die ein Desktop-Kontrollpanel mit einem mobilen Client koppelt, um Android-Hardware zu verwalten und zu überwachen. Das System enthält einen Android-APK-Generator, der zum Erstellen benutzerdefinierter Anwendungspakete verwendet wird, die Remote-Verbindungen zwischen einem Zielgerät und einem Controller herstellen. Dies ermöglicht die Generierung von Backdoor-Paketen zur Erleichterung der Fernverwaltung. Das Framework deckt Funktionen für die Remote-Geräteverwaltung, Befehlsausführung und die Generierung von Zielanwendungspaketen ab.
Invokes non-public Android framework classes at runtime to bypass permissions and access protected hardware.
This project is an Android hidden API wrapper and system API bridge that provides access to internal Android system classes and resources. It enables compilation and execution of code against non-public Android framework methods and internal classes by replacing the standard platform jar. The tooling facilitates the retrieval of system-level strings, dimensions, and colors through an internal resource accessor, removing the need for manual Java reflection. The project covers low-level architectural mechanisms for custom bootclasspath injection and stub-based class loading to bypass compile-t
Provides a mechanism to compile and run code against internal, non-public Android system APIs by replacing the standard platform jar.