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 RepositoriesDelay-Load Analyzers

Utilities that inspect executable headers to identify libraries loaded on demand via deferred linking.

Distinct from Deferred Loading: Focuses on binary-level delay-load analysis for Windows executables, distinct from web-based deferred loading.

Explore 1 awesome GitHub repository matching web development · Delay-Load Analyzers. Refine with filters or upvote what's useful.

Awesome Delay-Load Analyzers 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.
  • lucasg/dependenciesAvatar de lucasg

    lucasg/Dependencies

    11,607Voir sur GitHub↗

    Dependencies is a static analysis utility designed to inspect Windows portable executable files and map their library dependency hierarchies. It functions as a diagnostic interface for validating library imports and identifying the specific modules required for an application to execute on a Windows system. The tool distinguishes itself by performing deep binary analysis, including the resolution of complex Windows API set schemas and forwarded export redirections. It identifies libraries loaded on demand through delay-load module analysis and performs recursive traversal to map the full tree

    Identifies libraries loaded on demand by inspecting executable headers for deferred linking.

    C#csharpdllwindows
    Voir sur GitHub↗11,607
  1. Home
  2. Web Development
  3. Performance Optimizations
  4. Initial Page Load Optimizations
  5. Deferred Loading
  6. Delay-Load Analyzers