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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • acidanthera/opencorepkgAvatar acidanthera

    acidanthera/OpenCorePkg

    14,750Vezi pe 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
    Vezi pe GitHub↗14,750
  • lucasg/dependenciesAvatar lucasg

    lucasg/Dependencies

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

Explorează sub-etichetele

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