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

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

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

2 Repos

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

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

    acidanthera/OpenCorePkg

    14,750Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗14,750
  • lucasg/dependenciesAvatar von lucasg

    lucasg/Dependencies

    11,607Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗11,607
  1. Home
  2. Data & Databases
  3. Persistent Storage Volumes
  4. Filesystem Mounts
  5. Windows

Unter-Tags erkunden

  • 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.