awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 dépôts

Awesome GitHub RepositoriesSystem-Level Debugging

Observing and intercepting OS-level function calls to analyze system behavior.

Distinct from Android Application Debugging: Focuses on the Android OS components and system services rather than individual application state.

Explore 4 awesome GitHub repositories matching mobile development · System-Level Debugging. Refine with filters or upvote what's useful.

Awesome System-Level Debugging GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • lsposed/lsposedAvatar de LSPosed

    LSPosed/LSPosed

    24,045Voir sur GitHub↗

    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.

    Javaandroidxposed
    Voir sur GitHub↗24,045
  • rovo89/xposedAvatar de rovo89

    rovo89/Xposed

    7,693Voir sur GitHub↗

    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.

    C++androidxposed
    Voir sur GitHub↗7,693
  • alibaba/dexposedAvatar de alibaba

    alibaba/dexposed

    4,508Voir sur GitHub↗

    Dexposed est un ensemble d'outils et de moteurs d'exécution conçus pour le patch dynamique, l'interception de framework et l'instrumentation de code sur les appareils Android. Il fonctionne comme un framework de hooking et un outil d'instrumentation utilisé pour charger du code personnalisé dans des processus en cours d'exécution afin d'altérer la logique sans modifier le bytecode original. Le projet permet l'interception et la modification du comportement des méthodes au sein des applications Android et du framework système. Il fournit spécifiquement des capacités pour contourner les limitations du système d'exploitation en remplaçant les appels de framework et en appliquant des correctifs à chaud aux processus en direct sans nécessiter de redémarrage. L'ensemble d'outils couvre de vastes capacités d'instrumentation, y compris l'interception des exécutions de méthodes, la redirection des appels de super méthodes et la surveillance du comportement au niveau du système via l'interception au moment de l'exécution.

    Intercepts and modifies the behavior of active system and user processes at the runtime level.

    Java
    Voir sur GitHub↗4,508
  • hyperdbg/hyperdbgAvatar de HyperDbg

    HyperDbg/HyperDbg

    3,885Voir sur GitHub↗

    HyperDbg is a hardware-assisted kernel-mode debugging platform that leverages virtualization to monitor and control system execution. By utilizing hypervisor-level primitives, it enables deep system analysis and instrumentation without relying on standard operating system debugging interfaces. The framework provides a comprehensive environment for inspecting both kernel and user-mode processes, allowing for granular control over execution flow and system state. The project distinguishes itself through a transparent debugging layer designed to remain invisible to the target environment. It emp

    Intercepts exceptions, interrupts, and Model Specific Register accesses to monitor low-level hardware interactions.

    Cbinary-analysisdebugdebugger
    Voir sur GitHub↗3,885
  1. Home
  2. Mobile Development
  3. Android Application Debugging
  4. System-Level Debugging

Explorer les sous-tags

  • Runtime Process InterceptionIntercepting and modifying the behavior of active system and user processes at the lowest runtime level. **Distinct from System-Level Debugging:** Focuses on runtime behavioral modification rather than diagnostic debugging or network traffic capture.