Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 710 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 710 Bytes

ntfs-efi

ntfs-efi is an NTFS filesystem driver for EFI. It is intended for use with the free Windows bootloader Quibble, but you should be able to use it for anything EFI-related.

Thanks to Eric Biggers, who successfully reverse-engineered Windows 10's "WOF compressed data", and whose code I've used here.

Changelog

  • 20231107

    • Fixed memcpy miscompilation bug
  • 20230328

    • Initial release

To do

  • LZX WOF compression
  • LZNT1 compression
  • Hide special files in root
  • Free space, volume label, etc.
  • Symlinks
  • Case-sensitive directories