awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
anggrayudi avatar

anggrayudi/android-hidden-api

0
View on GitHub↗
3,663 stars·648 forks·Java·apache-2.0·17 views

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.

Star history

Star history chart for anggrayudi/android-hidden-apiStar history chart for anggrayudi/android-hidden-api

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does anggrayudi/android-hidden-api do?

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.

What are the main features of anggrayudi/android-hidden-api?

The main features of anggrayudi/android-hidden-api are: Hidden API Access, Internal Resource Accessors, Framework Development, Internal Resource Access, Hidden API Wrappers, Internal API Access, System API Bridges, Hidden API Invocations.

Which projects share features with anggrayudi/android-hidden-api?

Projects with overlapping indexed features include: 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…

Projects sharing features with Android Hidden Api

These projects share indexed features with Android Hidden Api. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • rovo89/xposedbridgerovo89 avatar

    rovo89/XposedBridge

    4,067View on 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
    View on GitHub↗4,067
  • ahmyth/ahmyth-android-ratAhMyth avatar

    AhMyth/AhMyth-Android-RAT

    5,193View on 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
    View on GitHub↗5,193
  • ackites/nrfrAckites avatar

    Ackites/Nrfr

    6,543View on GitHub↗
    Kotlin
    View on GitHub↗6,543
  • ping/instagram_private_apiping avatar

    ping/instagram_private_api

    3,234View on 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
    View on GitHub↗3,234
  • Compare all 16 related projects→