awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositoriesWindows

Capabilities for mounting and accessing Windows-formatted partitions during the early boot process.

Distinct from Filesystem Mounts: Distinct from Filesystem Mounts: focuses specifically on NTFS/Windows filesystem support during the boot sequence.

Explore 2 awesome GitHub repositories matching data & databases · Windows. Refine with filters or upvote what's useful.

Awesome Windows GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • acidanthera/opencorepkgAvatar de acidanthera

    acidanthera/OpenCorePkg

    14,750Ver en GitHub↗

    OpenCorePkg is a modular UEFI bootloader designed to initialize hardware and facilitate the loading of modern operating systems on non-standard or unsupported hardware. It functions as a comprehensive firmware emulation environment, providing the necessary runtime services and memory management to bridge the gap between diverse hardware configurations and operating system requirements. The project distinguishes itself through its ability to perform runtime kernel patching and system firmware modification, allowing for the injection of drivers and the manipulation of hardware tables during the

    Adds support for reading and accessing data from Windows-formatted partitions during the early stages of the boot process.

    Copencore
    Ver en GitHub↗14,750
  • lucasg/dependenciesAvatar de lucasg

    lucasg/Dependencies

    11,607Ver en 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

    Inspects Windows portable executable files to identify required dynamic link libraries and resolve missing import symbols.

    C#csharpdllwindows
    Ver en GitHub↗11,607
  1. Home
  2. Data & Databases
  3. Persistent Storage Volumes
  4. Filesystem Mounts
  5. Windows

Explorar subetiquetas

  • Dependency WalkersTools for inspecting Windows executables to resolve library dependencies and missing import symbols. **Distinct from Windows:** Focuses on dependency walking for Windows binaries, distinct from general window management or filesystem mounting.