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 RepositoriesMemory and System

Low-level system interaction and memory management tools.

Explore 4 awesome GitHub repositories matching part of an awesome list · Memory and System. Refine with filters or upvote what's useful.

Awesome Memory and System GitHub Repositories

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

    google/perfetto

    5,558Vezi pe GitHub↗

    Perfetto is a platform for system-level performance tracing and analysis on Linux and Android. It combines a high-throughput trace recorder, a SQL-based query engine, and a browser-based visualizer into a single toolchain. The platform covers CPU scheduling and call-stack profiling, native and Java heap memory allocation tracking, GPU and graphics events, and system-wide counters such as CPU frequency and power consumption. The architecture decouples trace recording from offline analysis, using a compact protobuf format for event encoding and columnar storage for efficient SQL queries. The we

    Reads /proc/stat, /proc/vmstat, and /proc/meminfo at intervals to collect system-level counters.

    C++
    Vezi pe GitHub↗5,558
  • hyperdbg/hyperdbgAvatar HyperDbg

    HyperDbg/HyperDbg

    3,885Vezi pe 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

    Displays, edits, and searches memory regions and modifies processor registers.

    Cbinary-analysisdebugdebugger
    Vezi pe GitHub↗3,885
  • kalamity/classmemoryAvatar Kalamity

    Kalamity/classMemory

    69Vezi pe GitHub↗

    An AHK memory reading/writing class with pattern scans.

    Memory reading and writing class with pattern scanning.

    AutoHotkey
    Vezi pe GitHub↗69
  • ahkscript/vistaaudioAvatar ahkscript

    ahkscript/VistaAudio

    26Vezi pe GitHub↗

    https://autohotkey.com/board/topic/21984-vista-audio-control-functions/?p=143564

    Provides advanced sound control and audio features.

    HTML
    Vezi pe GitHub↗26
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Memory and System

Explorează sub-etichetele

  • System Memory ManagersDisplaying, editing, and searching memory regions and modifying processor registers. **Distinct from Memory and System:** Distinct from memory management systems: focuses on manual memory inspection and modification for debugging.
  • System-Wide Stat PollersReads /proc/stat, /proc/vmstat, and /proc/meminfo at intervals to collect system-level counters. **Distinct from Memory and System:** Distinct from Memory and System: specifically polls system-wide CPU and memory stats from /proc files, not general low-level system interaction.