mirror of
https://github.com/pbatard/rufus.git
synced 2024-08-14 23:57:05 +00:00
ef2ff7179d
* Hypothetically if the user's current directory contains a malicious DLL that DLL could be loaded instead of the one in System32. * Whereas the previous patch should have taken care of the one DLL referenced by Rufus that may be vulnerable to this attack (version.dll), we nonetheless add delay loading for all the libraries we reference as a precautionary measure. * One can confirm that this works by using dumpbin.exe /IMPORTS to make sure a specific DLL is delay loaded. Then putting a breakpoint in the delay load hook should also confirm that the hook is used. * Closes #1838 |
||
---|---|---|
.. | ||
bled.vcxproj | ||
bled.vcxproj.filters | ||
ext2fs.vcxproj | ||
ext2fs.vcxproj.filters | ||
getopt.vcxproj | ||
getopt.vcxproj.filters | ||
libcdio-driver.vcxproj | ||
libcdio-driver.vcxproj.filters | ||
libcdio-iso9660.vcxproj | ||
libcdio-iso9660.vcxproj.filters | ||
libcdio-udf.vcxproj | ||
libcdio-udf.vcxproj.filters | ||
ms-sys.vcxproj | ||
ms-sys.vcxproj.filters | ||
rufus.vcxproj | ||
rufus.vcxproj.filters | ||
syslinux-libfat.vcxproj | ||
syslinux-libfat.vcxproj.filters | ||
syslinux-libinstaller.vcxproj | ||
syslinux-libinstaller.vcxproj.filters | ||
syslinux-win.vcxproj | ||
syslinux-win.vcxproj.filters |