awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • acidanthera/opencorepkgالصورة الرمزية لـ acidanthera

    acidanthera/OpenCorePkg

    14,750عرض على 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
    عرض على GitHub↗14,750
  • lucasg/dependenciesالصورة الرمزية لـ lucasg

    lucasg/Dependencies

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

استكشف الوسوم الفرعية

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