awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

Awesome GitHub RepositoriesCPU State Analysis

Utilities for extracting high-level information, like function arguments, from raw CPU register states.

Distinct from Function Argument Passing: Candidates describe language-level argument passing, not debugger-level extraction from registers.

Explore 2 awesome GitHub repositories matching operating systems & systems programming · CPU State Analysis. Refine with filters or upvote what's useful.

Awesome CPU State Analysis GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • pwndbg/pwndbgالصورة الرمزية لـ pwndbg

    pwndbg/pwndbg

    10,051عرض على GitHub↗

    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

    Identifies and prints arguments passed to a function based on the current CPU register state.

    Pythonbinary-ninjacapture-the-flagctf
    عرض على GitHub↗10,051
  • cri-o/cri-oالصورة الرمزية لـ cri-o

    cri-o/cri-o

    5,629عرض على GitHub↗

    CRI-O is an open-source container runtime that implements the Kubernetes Container Runtime Interface (CRI) to manage container images, pods, and containers on cluster nodes using OCI-compatible runtimes. It serves as a node-level container manager that handles image pulling, container lifecycle, and resource monitoring for Kubernetes clusters, running containers according to the Open Container Initiative specifications. The runtime distinguishes itself through live configuration reloading that applies changes to runtime definitions, registry mirrors, and TLS certificates without restarting th

    Controls CPU idle states by enabling, disabling, or setting a maximum latency for c-states.

    Go
    عرض على GitHub↗5,629
  1. Home
  2. Operating Systems & Systems Programming
  3. CPU State Analysis

استكشف الوسوم الفرعية

  • C-State Latency ControllersControls CPU idle states by enabling all states, disabling all states, or setting a maximum latency in microseconds via annotation. **Distinct from CPU State Analysis:** Distinct from CPU State Analysis: focuses on controlling idle state latency, not extracting information from CPU registers.