4 مستودعات
Tools designed to intercept and modify the behavior of Android applications at runtime.
Distinct from Android Runtime API Hooking: None of the candidates describe the general tool category for runtime interceptors specifically for Android apps.
Explore 4 awesome GitHub repositories matching mobile development · Android Runtime Hooking Tools. Refine with filters or upvote what's useful.
LSPatch is an Android runtime hooking tool and non-root app patcher. It provides a non-root implementation of the Xposed framework, allowing for the modification of Android application behavior without requiring administrative system access. The project enables the integration of Xposed modules into specific applications by embedding the necessary API components directly into the application package. This allows for application sandbox customization and the execution of framework modules on standard devices. The framework achieves these modifications through dex-based method hooking, dynamic
Provides a mechanism for intercepting and modifying Android application behavior via runtime code injection.
Elder driver Xposed Framework.
Provides the core ART method hooking engine that replaces entry points to modify app and system behavior at runtime.
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,
Provides a framework for observing and manipulating method execution flows in live Android environments.
XposedInstaller هي أداة ربط نظام Android مصممة لنشر إطار عمل تعديل Xposed على الجهاز. تعمل كأداة تعديل Android ذات صلاحيات الجذر (rooted) تمكن من اعتراض وتعديل طرق نظام Android والتطبيقات لتغيير سلوك نظام التشغيل الأصلي. تدير الأداة تثبيت إطار العمل للسماح بربط عميق على مستوى النظام وتخصيص سلوك الجهاز. تقوم بأتمتة نشر البرامج المطلوبة لتغيير كيفية عمل نظام تشغيل Android وتطبيقاته المثبتة. تتضمن عملية التثبيت كتابة ثنائيات إطار العمل في قسم النظام المحمي، وتصحيح صورة تمهيد النواة، واستخدام آلية حقن zygote. يتم التعامل مع هذه العمليات عبر واجهة رسومية وأتمتة أوامر shell ذات الامتيازات.
Acts as a utility to install software that intercepts and modifies Android system and application methods at runtime.