awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
anggrayudi avatar

anggrayudi/android-hidden-api

0
View on GitHub↗
3,663 estrellas·648 forks·Java·apache-2.0·2 vistas

Android Hidden Api

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-time checks for non-public system members. It also includes reflection-based resource access to retrieve private system resources at runtime.

Features

  • Hidden API Access - Provides a mechanism to compile and run code against internal, non-public Android system APIs by replacing the standard platform jar.
  • Internal Resource Accessors - Provides a tool for retrieving system-level strings, dimensions, and colors without using manual Java reflection.
  • Framework Development - Supports building advanced system utilities that require deep integration with internal Android OS components.
  • Internal Resource Access - Enables the retrieval of internal system strings, dimensions, and colors without the need for repetitive Java reflection.
  • Hidden API Wrappers - Acts as a library that provides access to internal Android system classes by replacing the standard platform jar.
  • Internal API Access - Provides access to internal Android system classes and methods omitted from the standard public SDK.
  • System API Bridges - Provides a mechanism to compile and execute code against non-public Android framework methods and internal classes.
  • Hidden API Invocations - Provides techniques for overcoming restrictions on internal platform jars to invoke non-public Android APIs.
  • Internal Resource Retrieval - Automates the retrieval of system-level strings and dimensions from the Android framework.
  • Platform Jar Modification - Replaces the standard platform JAR with a modified version to allow compilation against hidden Android APIs.
  • Bootclasspath Injection - Implements custom bootclasspath injection to ensure internal system classes are resolved before standard public APIs.
  • Reflection-Based Access - Uses runtime type inspection to programmatically access private system resource tables.
  • Stub-Based Class Loading - Defines minimal class signatures during development to bypass compile-time checks for non-public system members.

Historial de estrellas

Gráfico del historial de estrellas de anggrayudi/android-hidden-apiGráfico del historial de estrellas de anggrayudi/android-hidden-api

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Android Hidden Api

Proyectos open-source similares, clasificados según cuántas características comparten con Android Hidden Api.
  • rovo89/xposedbridgeAvatar de rovo89

    rovo89/XposedBridge

    4,067Ver en GitHub↗

    XposedBridge is an Android Java hooking framework and bytecode instrumentation engine. It functions as a runtime system for intercepting and modifying Java method calls within the Android operating system and installed applications. The project provides a mechanism for zygote process injection, ensuring that all spawned applications inherit the instrumentation logic. It enables the modification of internal Android system behaviors through method proxying and Java reflection to access private internal system members. The framework supports dynamic Android instrumentation and runtime analysis,

    JavaScriptandroidxposed
    Ver en GitHub↗4,067
  • ahmyth/ahmyth-android-ratAvatar de AhMyth

    AhMyth/AhMyth-Android-RAT

    5,193Ver en GitHub↗

    AhMyth-Android-RAT is a remote administration tool and framework designed for deploying and controlling remote access trojans on Android operating systems. It functions as a remote device management suite that pairs a desktop control panel with a mobile client to manage and monitor Android hardware. The system includes an Android APK generator used to build custom application packages that establish remote connections between a target device and a controller. This allows for the generation of backdoor packages to facilitate remote administration. The framework covers capabilities for remote

    Smaliahmythahmyth-ratandroid
    Ver en GitHub↗5,193
  • ackites/nrfrAvatar de Ackites

    Ackites/Nrfr

    6,543Ver en GitHub↗
    Kotlin
    Ver en GitHub↗6,543
  • ping/instagram_private_apiAvatar de ping

    ping/instagram_private_api

    3,234Ver en GitHub↗

    This Python library is a private API wrapper that provides programmatic access to Instagram features by communicating with internal mobile endpoints. It functions as a social media automation toolkit for managing profiles, publishing media, and interacting with the social graph. The library uses a reverse-engineered API to mimic the communication patterns and request headers of mobile applications. It incorporates a session manager that persists authentication cookies and client metadata to maintain active logins and reduce the frequency of authentication handshakes. Its capabilities cover m

    Pythoninstagraminstagram-api
    Ver en GitHub↗3,234
Ver las 16 alternativas a Android Hidden Api→

Preguntas frecuentes

¿Qué hace anggrayudi/android-hidden-api?

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.

¿Cuáles son las características principales de anggrayudi/android-hidden-api?

Las características principales de anggrayudi/android-hidden-api son: Hidden API Access, Internal Resource Accessors, Framework Development, Internal Resource Access, Hidden API Wrappers, Internal API Access, System API Bridges, Hidden API Invocations.

¿Qué alternativas de código abierto existen para anggrayudi/android-hidden-api?

Las alternativas de código abierto para anggrayudi/android-hidden-api incluyen: rovo89/xposedbridge — XposedBridge is an Android Java hooking framework and bytecode instrumentation engine. It functions as a runtime… ahmyth/ahmyth-android-rat — AhMyth-Android-RAT is a remote administration tool and framework designed for deploying and controlling remote access… ackites/nrfr. ping/instagram_private_api — This Python library is a private API wrapper that provides programmatic access to Instagram features by communicating… sebastianbergmann/object-reflector — Object-reflector is a Python object reflection library and dynamic attribute access tool. It functions as an object… doctrine/instantiator — Instantiator is a PHP library designed to create class instances without invoking their constructors. It uses the PHP…