awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
anggrayudi avatar

anggrayudi/android-hidden-api

0
View on GitHub↗
3,663 星标·648 分支·Java·apache-2.0·2 次浏览

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 历史

anggrayudi/android-hidden-api 的 Star 历史图表anggrayudi/android-hidden-api 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Android Hidden Api 的开源替代方案

相似的开源项目,按与 Android Hidden Api 的功能重合度排序。
  • rovo89/xposedbridgerovo89 的头像

    rovo89/XposedBridge

    4,067在 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
    在 GitHub 上查看↗4,067
  • ahmyth/ahmyth-android-ratAhMyth 的头像

    AhMyth/AhMyth-Android-RAT

    5,193在 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
    在 GitHub 上查看↗5,193
  • ackites/nrfrAckites 的头像

    Ackites/Nrfr

    6,543在 GitHub 上查看↗
    Kotlin
    在 GitHub 上查看↗6,543
  • ping/instagram_private_apiping 的头像

    ping/instagram_private_api

    3,234在 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
    在 GitHub 上查看↗3,234
查看 Android Hidden Api 的所有 16 个替代方案→

常见问题解答

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.

anggrayudi/android-hidden-api 的主要功能有哪些?

anggrayudi/android-hidden-api 的主要功能包括:Hidden API Access, Internal Resource Accessors, Framework Development, Internal Resource Access, Hidden API Wrappers, Internal API Access, System API Bridges, Hidden API Invocations。

anggrayudi/android-hidden-api 有哪些开源替代品?

anggrayudi/android-hidden-api 的开源替代品包括: 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…