mirror of
https://github.com/pbatard/rufus.git
synced 2024-08-14 23:57:05 +00:00
0b1c68635a
* 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. |
||
---|---|---|
.. | ||
po | ||
pollock | ||
test | ||
ChangeLog.txt | ||
embedded.sed | ||
Makefile.am | ||
Makefile.in | ||
rufus.loc | ||
translation_check.py |