awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesProcess Metadata Extraction

Utilities for retrieving runtime information about the executing process, such as file paths and identifiers.

Distinct from File Path Locators: Candidates focus on recursive file searching or AI execution paths, not retrieving the active process's own executable path.

Explore 2 awesome GitHub repositories matching operating systems & systems programming · Process Metadata Extraction. Refine with filters or upvote what's useful.

Awesome Process Metadata Extraction GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • pwndbg/pwndbgAvatar von pwndbg

    pwndbg/pwndbg

    10,051Auf GitHub ansehen↗

    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 the absolute path of the binary currently being executed or debugged.

    Pythonbinary-ninjacapture-the-flagctf
    Auf GitHub ansehen↗10,051
  • falcosecurity/falcoAvatar von falcosecurity

    falcosecurity/falco

    8,670Auf GitHub ansehen↗

    Falco is an eBPF runtime security monitor and cloud native detection engine that identifies abnormal behavior and security threats across hosts and containers. It functions as a Linux kernel event auditor, capturing system calls and kernel events in real-time to detect malicious activity. The system distinguishes itself through a rule-based threat detection model that evaluates system activity against a library of community-maintained rules and custom security definitions. It enriches raw kernel events with container and Kubernetes metadata to provide observability into isolated environments

    Evaluates the executable path and process ancestry of executing threads to identify malicious activity.

    C++cloud-nativecncfcncf-project
    Auf GitHub ansehen↗8,670
  1. Home
  2. Operating Systems & Systems Programming
  3. Process Metadata Extraction

Unter-Tags erkunden

  • Process Ancestry FilteringFiltering of security events based on executable paths and process lineage. **Distinct from Process Metadata Extraction:** Distinct from Process Metadata Extraction by using the extracted metadata as a filter for threat detection.