23 repository-uri
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 este un toolkit pentru instrumentarea dinamică, analiza memoriei și deobfuscare a aplicațiilor Android. Funcționează ca un framework de reverse engineering care utilizează Frida pentru a injecta scripturi în procesele care rulează, a monitoriza apelurile native și a extrage fișiere DEX executabile. Proiectul oferă utilitare specializate pentru ocolirea controalelor de securitate, inclusiv instrumente pentru dezactivarea validării certificatelor SSL și a pinning-ului BoringSSL pentru a permite interceptarea traficului HTTPS. Include capabilități pentru detectarea împachetării aplicațiilor, extragerea cheilor criptografice prin hooking-ul algoritmilor de criptare și evitarea verificărilor de mediu root sau de debugging. Framework-ul acoperă o gamă largă de capabilități de analiză, inclusiv scanarea memoriei pentru detectarea componentelor active, configurarea proxy SOCKS5 pentru rutarea traficului de rețea și analiza interacțiunii cu UI-ul. De asemenea, suportă colectarea amprentelor dispozitivului și debugging-ul WebViews-urilor încorporate.
Provides tools for inspecting the internal state and monitoring UI interactions of running Android apps.
Aya este un client desktop grafic pentru gestionarea dispozitivelor Android prin Android Debug Bridge. Acesta servește drept interfață centralizată pentru administrarea sistemului, depanarea aplicațiilor și interacțiunea cu dispozitivele de la distanță. Proiectul oferă instrumente specializate pentru oglindirea ecranului unui dispozitiv pe un computer pentru control de la distanță și detectarea paginilor webview active pentru inspecție folosind instrumente de dezvoltare la distanță. Include, de asemenea, un manager de fișiere vizual pentru navigarea și transferul fișierelor și pachetelor APK între un host și un dispozitiv conectat. Capabilitățile largi acoperă monitorizarea sistemului pentru utilizarea CPU și memoriei în timp real, inspecția layout-ului UI pentru analizarea ierarhiilor de interfață și configurarea rețelei pentru port forwarding. Setul de instrumente include, de asemenea, un terminal pentru executarea comenzilor shell și utilitare pentru ridicarea privilegiilor de conexiune la acces root.
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 este un utilitar CLI conceput pentru dezvoltarea Android care filtrează log-urile de sistem pentru un pachet de aplicație specific. Funcționează ca un filtru și colorizator de logcat, izolând output-ul pentru un singur pachet pentru a asista la depanarea comportamentului aplicației. Instrumentul se distinge prin urmărirea dinamică a identificatorilor de proces. Monitorizează listele de procese ale sistemului pentru a actualiza automat ID-ul procesului țintă atunci când o aplicație repornește sau se redeployează, asigurând persistența fluxului de log-uri fără intervenție manuală. Pentru a îmbunătăți lizibilitatea, utilitarul aplică codificarea culorilor intrărilor de log bazate pe nivelurile de severitate și surse. Realizează acest lucru prin parsarea fluxurilor de log brute folosind expresii regulate și injectarea secvențelor de escape ANSI în output-ul terminalului.
Provides a specialized utility for inspecting the runtime behavior of Android apps via filtered system logs.
Acest proiect oferă o colecție de materiale de referință, ghiduri și cheatsheet-uri concepute pentru a optimiza fluxul de lucru în dezvoltarea Android. Servește ca o resursă cuprinzătoare pentru implementarea celor mai bune practici în construirea aplicațiilor, debugging și designul interfeței utilizator. Repository-ul acoperă tehnici specializate pentru optimizarea build-ului, inclusiv metode de reducere a dimensiunii binarului și accelerarea compilării. Oferă, de asemenea, referințe detaliate pentru debugging-ul dispozitivelor, detectarea memory leak-urilor și aplicarea principiilor Material Design. Proiectul detaliază în continuare îmbunătățiri de productivitate pentru mediul de dezvoltare, cum ar fi scurtături de tastatură, live templates și configurații de editor. Include, de asemenea, îndrumări pentru gestionarea dispozitivelor prin instrumente CLI, profilarea performanței și implementarea tipografiei accesibile și a fizicii mișcării.
Integrates Android Debug Bridge actions like app uninstallation and restarts directly into the editor workflow.
Chuck is an in-app network debugger and HTTP traffic logger for Android applications. It intercepts and records outgoing requests and incoming responses for OkHttp clients, providing an interface to monitor network activity and debug API interactions directly on a mobile device. The tool enables the inspection of network traffic through gzip decompression of compressed payloads and a search utility for filtering transactions by request paths or response codes. Captured interactions can be exported to external applications using the Android system share intent. The system manages data using l
Provides an in-app tool for intercepting and inspecting OkHttp network traffic directly on Android devices.
Chucker este un inspector HTTP on-device pentru aplicații Android care captează și înregistrează traficul de rețea pentru biblioteca OkHttp. Acesta funcționează ca un interceptor de rețea și utilitar de tip proxy, permițând analiza apelurilor API direct în mediul aplicației mobile. Instrumentul oferă o interfață locală pentru analizarea interacțiunilor API, care include capacitatea de a decoda body-urile de răspuns binare în text lizibil pentru oameni. Include, de asemenea, funcții de securitate pentru a masca informațiile sensibile din headerele de cerere și răspuns prin reguli de redacție. Tranzacțiile capturate sunt gestionate printr-o bază de date locală cu retenție de date configurabilă bazată pe timp pentru a purja automat înregistrările vechi. Sistemul se integrează direct în pipeline-ul de cerere și răspuns pentru a monitoriza schimbul de date și headerele.
Provides an on-device tool for capturing and inspecting the network behavior of running Android applications.
Dexposed este un set de instrumente și motoare de runtime concepute pentru patching dinamic, interceptarea framework-ului și instrumentarea codului pe dispozitive Android. Funcționează ca un framework de hooking și instrument de instrumentare utilizat pentru a încărca cod personalizat în procesele care rulează, pentru a altera logica fără a modifica bytecode-ul original. Proiectul permite interceptarea și modificarea comportamentului metodelor atât în aplicațiile Android, cât și în framework-ul sistemului. Oferă în mod specific capabilități pentru a ocoli limitările sistemului de operare prin suprascrierea apelurilor de framework și aplicarea de hot-patch-uri pe procesele live fără a necesita o repornire. Setul de instrumente acoperă capabilități largi de instrumentare, inclusiv interceptarea execuțiilor metodelor, redirecționarea apelurilor de super-metode și monitorizarea comportamentului la nivel de sistem prin interceptarea la runtime.
Intercepts and modifies the behavior of active system and user processes at the runtime level.
AndroidWiFiADB este un plugin pentru IntelliJ IDE care oferă debugging wireless și gestionarea conexiunilor pentru dispozitivele Android. Acesta servește drept instrument pentru stabilirea conexiunilor wireless prin WiFi, permițând deployment-ul și debugging-ul aplicațiilor fără un cablu USB fizic. Plugin-ul include un manager de conexiuni pentru dispozitive mobile care oferă un dashboard centralizat pentru urmărirea și monitorizarea stării conexiunii mai multor dispozitive Android wireless. Sistemul se integrează direct în mediul de dezvoltare JetBrains, utilizând o fereastră de instrumente pentru a gestiona conectivitatea dispozitivelor și a monitoriza starea conexiunii.
Facilitates the deployment and debugging of Android applications over a WiFi connection.
xCrash este un SDK de raportare a crash-urilor pentru Android și un instrument de diagnosticare conceput pentru a monitoriza starea aplicațiilor. Acesta capturează excepțiile Java, crash-urile native C/C++ și evenimentele de tip „application not responding” fără a necesita permisiuni de root sau de sistem. Sistemul generează fișiere de diagnosticare (tombstones) care includ memoria procesului, descriptori de fișiere și statistici de rețea. Utilizează un pipeline unificat pentru a gestiona atât excepțiile JVM, cât și erorile de semnal nativ, oferind snapshot-uri ale stării thread-urilor și stările registrelor pentru analiză. Setul de instrumente include capabilități pentru filtrarea thread dump-urilor prin expresii regulate pentru a reduce zgomotul și un monitor pentru „application not responding” pentru a identifica blocajele de performanță și deadlocks.
Collects detailed tombstones and memory statistics to debug low-level C++ crashes in Android environments.