23 مستودعات
Tools and techniques for inspecting the internal state and behavior of running Android apps.
Distinct from Android Development: Shortlist candidates focused on modding or rebuilding, not runtime state inspection via DevTools.
Explore 23 awesome GitHub repositories matching mobile development · Android Application Debugging. Refine with filters or upvote what's useful.
LSPosed is an Android runtime hooking framework and in-memory code modifier. It functions as a system hooking tool that intercepts and modifies system and application methods in memory to change behavior without altering original installation files. The project provides a standardized interface through the Xposed Module API, allowing for the development of plugins that alter the behavior of the Android operating system and installed applications. The framework covers a range of capabilities including runtime function interception, Android system debugging, and application customization. Thes
Allows observing and intercepting system-level function calls to analyze and troubleshoot Android OS components.
Stetho is a debug bridge that connects Android applications to Chrome Developer Tools. It allows for the real-time inspection of network traffic, internal application state, and the user interface layout directly within a desktop browser. The project provides specialized inspectors for analyzing Android-specific components. This includes a network inspector for capturing HTTP requests and responses, an SQLite database browser for querying local storage, and a view hierarchy inspector for mapping UI elements and styles. Additional capabilities cover runtime execution via an embedded JavaScrip
Connects Android applications to Chrome Developer Tools for real-time inspection of network, state, and UI.
GoGoGo is an Android tool that overrides a device's reported GPS location using the Android debug API, requiring no root access. It functions as a non-root GPS spoofing application, enabling users to set fake coordinates and simulate movement through an on-screen joystick interface built on Baidu Maps. The application distinguishes itself by combining direct coordinate input with a joystick-driven movement simulator that translates on-screen control into incremental GPS updates. It also includes a map-based coordinate pinning feature that lets users tap a location on a Baidu Map view to extra
The core identity of the repository: an Android tool that overrides GPS location using the debug API without root.
pwndbg is a GDB plugin and binary analysis framework designed for reverse engineering, exploit development, and low-level program analysis. It extends the core functionality of the debugger to provide advanced memory inspection and automation tools. The project distinguishes itself with specialized capabilities for heap analysis across glibc, jemalloc, and musl, as well as a comprehensive kernel debugging toolkit for inspecting Linux kernel tasks and slab allocators. It includes an integrated ROP gadget searcher for constructing exploit chains and an LLM-powered debugging assistant that provi
Retrieves information about the Android Binder kernel driver for IPC analysis.
Fragmentation is an Android fragment management library and navigation framework. It coordinates the lifecycle, transactions, and navigation of fragments to reduce boilerplate code. The framework provides a system for handling back-stack operations, transition animations, and activity-like launch modes between fragments. It includes a navigation debugger with visual tools for inspecting the fragment hierarchy and monitoring the navigation stack in real time. The library covers fragment communication through activity-scoped event buses, lifecycle coordination with lazy view initialization, an
Provides visual tools for troubleshooting Android navigation state through real-time hierarchy and stack inspection.
Litho is an Android declarative UI framework and component library used to build user interfaces through a declarative API and immutable state. It functions as an asynchronous layout engine that maps components to a structured view hierarchy to automate view updates. The framework optimizes rendering performance by computing element positions on background threads to prevent blocking the main UI thread. It further improves efficiency by flattening nested view hierarchies and caching layout results. The system includes capabilities for state reconciliation, component recycling, and the render
Includes tools for visualizing component bounds and tracking rendering timing markers to optimize layout performance.
Xposed is a native Android runtime hooking framework and instrumentation tool. It provides a modified version of the Android app process binary to intercept and modify the behavior of system and application processes at the binary level. The framework enables Android operating system customization by altering internal function calls and runtime execution flow. It achieves this through native process instrumentation, allowing for the modification of functionality without altering original application files. The tool covers several low-level capabilities, including native library injection and
Hooks into the lowest level of the Android runtime to modify behavior across system and user applications.
AppManager is a comprehensive suite of tools for managing applications on Android devices. It provides utilities for controlling application lifecycles, modifying manifests, and administering installed packages. The project distinguishes itself through deep system integration, offering capabilities to analyze and block specific application components such as activities, services, and broadcast receivers. It includes a system for saving and restoring applications along with their associated data and permissions, as well as tools for auditing and modifying runtime and development permissions.
Monitors real-time system logs and audits runtime permissions to troubleshoot Android applications.
Fastdom is a task scheduler and rendering optimizer designed to prevent layout thrashing by batching document reads and writes. It functions as a coordination system that separates document measurements and mutations into distinct queues, ensuring that asynchronous operations are executed in a way that minimizes browser reflows. The project provides a performance profiling capability that detects improper document API access. By enforcing strict execution phases, it identifies layout thrashing bottlenecks and flags unauthorized DOM access occurring outside of the coordinated batching cycles.
Identifies layout thrashing bottlenecks by analyzing rendering timing and improper DOM API access.
AndroidPerformanceMonitor is a diagnostic library and debugging tool designed to detect UI freezes and monitor main thread responsiveness in Android applications. It functions as a UI block detector that identifies performance degradation by capturing thread stack dumps and performance logs. The tool utilizes a watchdog mechanism to monitor the main thread for hangs based on configurable time thresholds. When a block is detected, it captures a full call stack dump and triggers system-level alert notifications to notify developers immediately. The library includes capabilities for performance
Detects UI freezes and blocks on the main thread to help identify performance bottlenecks in Android apps.
Hooker هي مجموعة أدوات للتحليل الديناميكي، وتحليل الذاكرة، وإلغاء التعتيم لتطبيقات Android. تعمل كإطار عمل للهندسة العكسية يستخدم Frida لحقن نصوص برمجية في العمليات الجارية، ومراقبة الاستدعاءات الأصلية، واستخراج ملفات DEX القابلة للتنفيذ. يوفر المشروع أدوات متخصصة لتجاوز ضوابط الأمان، بما في ذلك أدوات لتعطيل التحقق من شهادة SSL وتثبيت BoringSSL لتمكين اعتراض حركة مرور HTTPS. يتضمن إمكانيات لاكتشاف حزم التطبيقات، واستخراج مفاتيح التشفير عن طريق ربط خوارزميات التشفير، والالتفاف على فحوصات بيئة الجذر (root) أو التصحيح. يغطي إطار العمل مجموعة واسعة من إمكانيات التحليل، بما في ذلك مسح الذاكرة لاكتشاف المكونات النشطة، وتكوين وكيل SOCKS5 لتوجيه حركة مرور الشبكة، وتحليل تفاعل واجهة المستخدم. كما يدعم جمع بصمات الأجهزة وتصحيح أخطاء WebViews المضمنة.
Provides tools for inspecting the internal state and monitoring UI interactions of running Android apps.
Aya هو عميل سطح مكتب رسومي لإدارة أجهزة Android عبر Android Debug Bridge. يعمل كواجهة مركزية لإدارة النظام، وتصحيح أخطاء التطبيق، وتفاعل الجهاز عن بعد. يوفر المشروع أدوات متخصصة لعكس شاشة الجهاز على جهاز كمبيوتر للتحكم عن بعد واكتشاف صفحات webview النشطة للفحص باستخدام أدوات المطور عن بعد. كما يتضمن مدير ملفات مرئي لتصفح ونقل الملفات وحزم APK بين مضيف وجهاز متصل. تغطي القدرات الواسعة مراقبة النظام لاستخدام وحدة المعالجة المركزية والذاكرة في الوقت الفعلي، وفحص تخطيط واجهة المستخدم لتحليل تسلسلات الواجهة، وتكوين الشبكة لإعادة توجيه المنفذ. تتضمن مجموعة الأدوات أيضاً جهازاً طرفياً لتنفيذ أوامر shell ومرافق لرفع امتيازات الاتصال إلى وصول الجذر.
Enables analysis of Android application behavior through real-time log streaming, UI layout inspection, and process monitoring.
android-common is a collection of shared utility components and framework libraries for Android development. It provides specialized toolkits for reverse engineering, system utility management, data caching, and high-performance user interface components. The project includes a reverse engineering toolkit for inspecting application internals through package decompilation and manifest data extraction. It also features a system utility toolkit for managing file operations and executing shell commands within the Android operating system. The library covers several capability areas, including da
Analyzes active components and decompiles packages to inspect the internal workings of installed apps.
Pidcat هي أداة سطر أوامر مصممة لتطوير Android تقوم بتصفية سجلات النظام لحزمة تطبيق محددة. تعمل كمرشح وملون لسجلات النظام (logcat)، حيث تعزل المخرجات لحزمة واحدة للمساعدة في تصحيح سلوك التطبيق. تتميز الأداة بتتبع معرفات العمليات ديناميكياً. تراقب قوائم عمليات النظام لتحديث معرف العملية المستهدف تلقائياً عند إعادة تشغيل التطبيق أو إعادة نشره، مما يضمن استمرار تدفق السجل دون تدخل يدوي. لتحسين القراءة، تطبق الأداة ترميزاً لونياً على إدخالات السجل بناءً على مستويات الخطورة والمصادر. تحقق ذلك عن طريق تحليل تدفقات السجل الخام باستخدام التعبيرات النمطية وحقن تسلسلات الهروب ANSI في مخرجات الطرفية.
Provides a specialized utility for inspecting the runtime behavior of Android apps via filtered system logs.
يوفر هذا المشروع مجموعة من المواد المرجعية، والأدلة، وأوراق الغش المصممة لتحسين سير عمل تطوير Android. يعمل كمورد شامل لتنفيذ أفضل الممارسات في بناء التطبيقات، وتصحيح الأخطاء، وتصميم واجهة المستخدم. يغطي المستودع تقنيات متخصصة لتحسين البناء، بما في ذلك طرق تقليل أحجام الملفات الثنائية وتسريع التجميع. كما يوفر مراجع مفصلة لتصحيح أخطاء الأجهزة، واكتشاف تسرب الذاكرة، وتطبيق مبادئ Material Design. يفصل المشروع أيضاً تحسينات الإنتاجية لبيئة التطوير، مثل اختصارات لوحة المفاتيح، والقوالب الحية، وإعدادات المحرر. كما يتضمن توجيهات لإدارة الأجهزة عبر أدوات سطر الأوامر، وتوصيف الأداء، وتنفيذ الطباعة التي يسهل الوصول إليها وفيزياء الحركة.
Integrates Android Debug Bridge actions like app uninstallation and restarts directly into the editor workflow.
Chuck هو مصحح أخطاء شبكة داخل التطبيق ومسجل حركة مرور HTTP لتطبيقات Android. يعترض ويسجل الطلبات الصادرة والاستجابات الواردة لعملاء OkHttp، مما يوفر واجهة لمراقبة نشاط الشبكة وتصحيح تفاعلات API مباشرة على جهاز محمول. تتيح الأداة فحص حركة مرور الشبكة من خلال فك ضغط gzip للحمولات المضغوطة وأداة بحث لتصفية المعاملات حسب مسارات الطلب أو رموز الاستجابة. يمكن تصدير التفاعلات الملتقطة إلى تطبيقات خارجية باستخدام نية المشاركة (share intent) لنظام Android. يدير النظام البيانات باستخدام استمرارية SQLite المحلية ويتضمن آليات احتفاظ لاقتطاع أجسام الطلبات الكبيرة جدًا. يتم عرض النشاط في الوقت الفعلي من خلال إشعارات النظام التي توفر رابطًا مباشرًا لواجهة الفحص.
Provides an in-app tool for intercepting and inspecting OkHttp network traffic directly on Android devices.
Chucker هو مفتش HTTP على الجهاز لتطبيقات Android يلتقط ويسجل حركة مرور الشبكة لمكتبة OkHttp. يعمل كمعترض للشبكة وأداة تشبه الوكيل، مما يسمح بتحليل استدعاءات API مباشرة داخل بيئة تطبيق الجوال. توفر الأداة واجهة محلية لتحليل تفاعلات API، والتي تتضمن القدرة على فك تشفير أجسام الاستجابة الثنائية إلى نص مقروء. كما تتضمن ميزات أمنية لإخفاء المعلومات الحساسة في رؤوس الطلبات والاستجابات من خلال قواعد التنقيح. تتم إدارة المعاملات الملتقطة عبر قاعدة بيانات محلية مع الاحتفاظ بالبيانات القائمة على الوقت القابلة للتكوين لمسح السجلات القديمة تلقائياً. يدمج النظام مباشرة في خط أنابيب الطلب والاستجابة لمراقبة تبادل البيانات والرؤوس.
Provides an on-device tool for capturing and inspecting the network behavior of running Android applications.
Dexposed هي مجموعة من أدوات ومحركات وقت التشغيل مصممة للتصحيح الديناميكي، واعتراض إطار العمل، وتجهيز الكود على أجهزة Android. تعمل كإطار عمل للربط (hooking) وأداة تجهيز تستخدم لتحميل كود مخصص في العمليات الجارية لتغيير المنطق دون تعديل البايت كود الأصلي. يتيح المشروع اعتراض وتعديل سلوك الطريقة داخل كل من تطبيقات Android وإطار عمل النظام. يوفر بشكل خاص قدرات لتجاوز قيود نظام التشغيل عن طريق تجاوز استدعاءات إطار العمل وتطبيق تصحيحات ساخنة على العمليات الحية دون الحاجة إلى إعادة التشغيل. تغطي مجموعة الأدوات قدرات تجهيز واسعة، بما في ذلك اعتراض عمليات تنفيذ الطريقة، وإعادة توجيه استدعاءات الطريقة الفائقة، ومراقبة سلوك مستوى النظام من خلال اعتراض وقت التشغيل.
Intercepts and modifies the behavior of active system and user processes at the runtime level.
AndroidWiFiADB هو إضافة لبيئة التطوير IntelliJ توفر تصحيح أخطاء لاسلكي وإدارة اتصال الأجهزة لأجهزة Android. يعمل كأداة لإنشاء اتصالات لاسلكية عبر WiFi، مما يسمح بنشر وتصحيح أخطاء التطبيقات دون الحاجة إلى كابل USB فعلي. تتضمن الإضافة مديراً لاتصال الأجهزة المحمولة يوفر لوحة تحكم مركزية لتتبع ومراقبة حالات الاتصال لأجهزة Android اللاسلكية المتعددة. يندمج النظام مباشرة في بيئة تطوير JetBrains، باستخدام نافذة أدوات لإدارة اتصال الأجهزة ومراقبة حالة الاتصال.
Facilitates the deployment and debugging of Android applications over a WiFi connection.
xCrash is an Android crash reporting SDK and diagnostic tool designed to monitor application health. It captures Java exceptions, native C/C++ crashes, and application not responding events without requiring root or system permissions. The system generates diagnostic tombstones that include process memory, file descriptors, and network statistics. It utilizes a unified pipeline to handle both JVM exceptions and native signal failures, providing thread-state snapshotting and register states for analysis. The toolset includes capabilities for thread dump filtering via regular expressions to re
Collects detailed tombstones and memory statistics to debug low-level C++ crashes in Android environments.