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 هي أداة إدارة عن بُعد وإطار عمل مصمم لنشر والتحكم في برمجيات الوصول عن بُعد (RAT) على أنظمة تشغيل Android. تعمل كجناح لإدارة الأجهزة عن بُعد يربط لوحة تحكم سطح المكتب بعميل محمول لإدارة ومراقبة أجهزة Android. يتضمن النظام مولد APK لنظام Android يستخدم لبناء حزم تطبيقات مخصصة تنشئ اتصالات عن بُعد بين جهاز مستهدف ووحدة تحكم. يسمح هذا بإنشاء حزم أبواب خلفية لتسهيل الإدارة عن بُعد. يغطي إطار العمل إمكانيات إدارة الأجهزة عن بُعد، وتنفيذ الأوامر، وإنشاء حزم التطبيقات المستهدفة.
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.