awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repository-uri

Awesome GitHub RepositoriesRuntime State Analyzers

Tools for analyzing object properties and resource states in real time to diagnose unexpected application behavior.

Distinct from PHP Application Profilers: Distinct from Profilers by focusing on state and property inspection rather than execution time and memory usage.

Explore 4 awesome GitHub repositories matching development tools & productivity · Runtime State Analyzers. Refine with filters or upvote what's useful.

Awesome Runtime State Analyzers GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • geniusvjr/learningnotesAvatar GeniusVJR

    GeniusVJR/LearningNotes

    13,145Vezi pe GitHub↗

    LearningNotes este o bază de cunoștințe tehnice și un ghid de studiu de inginerie axat pe internele framework-ului Android, arhitectura sistemului și optimizarea performanței mobile. Servește drept referință pentru analizarea secvenței de boot Android, bootstrapping-ul proceselor și inițializarea serviciilor de sistem. Proiectul oferă ghiduri detaliate despre performanța mobilă, inclusiv strategii pentru reducerea amprentei de memorie, identificarea scurgerilor de memorie și optimizarea decodării imaginilor. Acoperă, de asemenea, comunicarea inter-proces Android folosind AIDL și driverul de kernel Binder, precum și manuale de arhitectură software pentru decuplarea logicii de business de interfețele utilizator prin tipare precum MVVM și MVP. Dincolo de dezvoltarea mobilă, repository-ul include o bază de cunoștințe de informatică pentru pregătirea interviurilor tehnice, acoperind structuri de date, algoritmi și concepte de sistem de operare. De asemenea, dispune de o referință practică pentru controlul versiunilor Git, detaliind gestionarea repository-ului, sincronizarea și fluxurile de lucru de branching.

    Analyzes Android runtime execution by comparing compilation methods and evaluating trade-offs in memory and performance.

    Vezi pe GitHub↗13,145
  • symfony/var-dumperAvatar symfony

    symfony/var-dumper

    7,435Vezi pe GitHub↗

    This project is a PHP data inspector and variable renderer designed to visualize complex data structures in a human-readable format during development. It functions as a debugging tool that converts internal PHP variables into formatted text for analysis of property values and internal states. The tool provides custom data visualization by transforming raw PHP data into tailored styles. It allows for the routing of dump output to different destinations, including web browsers and command line interfaces. The system handles variable debugging by inspecting object properties and resource state

    Analyzes internal object properties and resource states in real time to diagnose unexpected behavior in running applications.

    PHP
    Vezi pe GitHub↗7,435
  • hluwa/frida-dexdumpAvatar hluwa

    hluwa/frida-dexdump

    4,487Vezi pe GitHub↗

    frida-dexdump is an Android memory forensics tool that recovers Dalvik Executable (DEX) files from running application processes using the Frida dynamic instrumentation framework. It functions as a Frida-based runtime analyzer and DEX memory dumper, capable of extracting obfuscated or packed DEX files without modifying the Android system. The tool distinguishes itself through its ability to repair corrupted or missing DEX file headers using heuristic analysis and fuzzy matching techniques. It employs fuzzy boundary detection to identify DEX file boundaries in memory even when headers are dama

    A dynamic instrumentation tool that inspects Android process memory and reconstructs executable binary blobs.

    Python
    Vezi pe GitHub↗4,487
  • wemobiledev/articleAvatar WeMobileDev

    WeMobileDev/article

    4,395Vezi pe GitHub↗

    This repository is a collection of technical knowledge and solutions focused on mobile application development, particularly for Android and iOS platforms. It covers a wide range of practical engineering challenges, including hotfix and patching techniques, database management and repair, network communication, logging, and video processing. The content is presented as shared knowledge, documenting real-world problems and their implementations. The project provides detailed guidance on applying hotfixes to running Android applications through multiple methods, such as class replacement, full

    Analyzes how Android's hybrid runtime affects hotfix patches that replace classes at runtime.

    Vezi pe GitHub↗4,395
  1. Home
  2. Development Tools & Productivity
  3. PHP Application Profilers
  4. Runtime State Analyzers

Explorează sub-etichetele

  • Android Runtime Analyzers1 sub-tagTools that inspect live Android process memory to reconstruct executable code and application state. **Distinct from Runtime State Analyzers:** Distinct from Runtime State Analyzers: focuses on Android-specific memory inspection and binary reconstruction, not general PHP or web application state analysis.