2 repository-uri
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.
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.
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.