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
·

1 dépôt

Awesome GitHub RepositoriesProcess Injection Libraries

Libraries designed to be injected into a running process to intercept calls or monitor behavior.

Distinct from Out-of-Process Sampling: None of the candidates cover the general architectural pattern of injecting a library into another process for monitoring.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Process Injection Libraries. Refine with filters or upvote what's useful.

Awesome Process Injection Libraries 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.
  • baldurk/renderdocAvatar de baldurk

    baldurk/renderdoc

    10,823Voir sur GitHub↗

    RenderDoc is a cross-platform graphics frame debugger and GPU profiler used to capture and analyze 3D graphics API calls and state for a single frame of rendering. It functions as a debugging tool for Vulkan, OpenGL, OpenGL ES, and Direct3D 11 and 12. The tool provides specialized debugging capabilities for inspecting graphics pipelines and resource states across Windows, Linux, Android, and Nintendo Switch. It enables the analysis of DirectX shaders, OpenGL application profiling, and Vulkan API development to verify rendering behavior and fix visual bugs.

    Inserts a monitoring library into the target application process to intercept graphics calls without modifying the executable.

    C++
    Voir sur GitHub↗10,823
  1. Home
  2. Operating Systems & Systems Programming
  3. Process Injection Libraries