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
·

2 dépôts

Awesome GitHub RepositoriesKernel Subsystem Dumping

Utilities for extracting full configurations and state from specific kernel subsystems.

Distinguishing note: None of the candidates cover the extraction of complex subsystem configurations like nftables.

Explore 2 awesome GitHub repositories matching operating systems & systems programming · Kernel Subsystem Dumping. Refine with filters or upvote what's useful.

Awesome Kernel Subsystem Dumping 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.
  • pwndbg/pwndbgAvatar de pwndbg

    pwndbg/pwndbg

    10,051Voir sur 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

    Extracts all tables, chains, rules, and expressions from the kernel nftables subsystem.

    Pythonbinary-ninjacapture-the-flagctf
    Voir sur GitHub↗10,051
  • async-profiler/async-profilerAvatar de async-profiler

    async-profiler/async-profiler

    8,871Voir sur GitHub↗

    Async-profiler is a sampling profiler for Java applications that tracks CPU time and stack traces across execution frames to identify performance bottlenecks. It is designed to capture profiling data without introducing timing bias. The project provides capabilities for JVM memory analysis to locate native and heap allocation hotspots and memory leaks. It also includes system contention analysis to identify resource bottlenecks through the tracking of contended locks and hardware performance counters. The tool converts raw profiling data into visual performance reports, including interactive

    Reads kernel-level hardware counters and CPU cycles via the Linux perf subsystem for high-precision timing.

    C++
    Voir sur GitHub↗8,871
  1. Home
  2. Operating Systems & Systems Programming
  3. Kernel Subsystem Dumping

Explorer les sous-tags

  • PerfEvents InterfacesInterfaces for reading hardware performance counters and CPU cycles from the Linux perf subsystem. **Distinct from Kernel Subsystem Dumping:** Focuses on reading real-time hardware counters via perf_event_open rather than dumping static kernel subsystem configurations.