2 个仓库
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 是一个远程管理工具和框架,旨在部署和控制 Android 操作系统上的远程访问木马。它作为一个远程设备管理套件,将桌面控制面板与移动客户端配对,以管理和监控 Android 硬件。 该系统包括一个 Android APK 生成器,用于构建自定义应用程序包,在目标设备和控制器之间建立远程连接。这允许生成后门包以促进远程管理。 该框架涵盖了远程设备管理、命令执行和目标应用程序包生成的功能。
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.