1
1
Fork 0
mirror of https://github.com/pbatard/rufus.git synced 2024-08-14 23:57:05 +00:00
rufus/res
Pete Batard 0b1c68635a
[vhd] add experimental save to Full Flash Update (FFU) image support
* Full Flash Update (FFU) image support was added to dism with Windows 10 1709
  and is an alternate way to save a virtual hard disk for restoration.
* While more modern than VHD/VHDX, FFU creation only works for drives with file
  systems that Windows natively recognizes (FAT, NTFS) and that look like Windows
  installation media, so you can forget about FFU'ing a Linux disk.
* The other *intentional* drawback that Microsoft added is that they don't want
  anybody but themselves being able to create and restore FFU images, so, even
  as they have nice FfuApplyImage()/FfuCaptureImage() calls in FfuProvider.dll
  they have decided not to make these public.
* This means that, since we don't have time to spend on figuring and direct
  hooking internal DLL calls for x86_32, x86_64, ARM and ARM64 (and worrying
  that Microsoft may ever so slightly change their DLL between revs to break
  our hooks), we just call on dism.exe behind the scenes to create the FFU.
2023-07-03 23:57:04 +01:00
..
appstore Rufus 4.1 (Build 2045) 2023-05-31 18:24:46 +01:00
freedos [dos] update FreeDOS to version 1.3 2022-02-21 20:02:53 +00:00
grub [iso] enable menu.lst patching 2023-03-18 14:20:39 +00:00
grub2 Rufus 4.1 (Build 2045) 2023-05-31 18:24:46 +01:00
hogger [misc] fix an issue with Far Manager 2014-05-27 02:02:50 +01:00
icons [ui] change the log icon to something more explicit 2023-05-27 16:18:22 +01:00
loc [vhd] add experimental save to Full Flash Update (FFU) image support 2023-07-03 23:57:04 +01:00
mbr [mbr] use 80x25:16 text mode rather than 640x480:16 VGA mode 2022-07-04 15:08:55 +01:00
scripts [uefi] add parsing and copying of the system's SkuSiPolicy.p7b 2023-06-18 19:07:45 +02:00
syslinux [syslinux] update Syslinux to 6.04-pre1 2020-02-03 13:03:05 +00:00
uefi [efi] update UEFI:NTFS's NTFS drivers to latest 2023-05-26 12:17:52 +01:00
rufus.ico [ui] improve application look on high DPI displays 2015-05-15 00:36:42 +01:00
rufus.ini [core] add the ability to ignore USBs through VID:PID 2022-06-14 23:29:33 +01:00