rufus/.vs
Pete Batard e7b66e7e4c
[mingw] use delay loading for DLLs that are subject to side loading
* This reverts much of commits f6ac559f4d and 1947266837
  so that we call the Windows APIs directly again, while ensuring that, by the time we load the DLLs,
  sideloading mitigation has already been applied by the application.
* This is a continuation of #1877, and should help prevent re-introducing side-loading issues when we
  link against new libraries, as well as allow us to drop some of the manual DLL hooking we've been
  doing to prevent it, to clean up the code.
* Note that this is a bit more complex than what the stackoverflow post suggests, because we need to
  create delayloaded libs for both 32-bit and 64-bit, which use a different calling convention and
  therefore need to use different .def files. So there's a lot of gymkhana involved, with Makefiles
  and whatnot, to get us there.
* Also simplify the use of CM_Get_DevNode_Registry_PropertyA() in dev.c since recent versions of
  MinGW now have support for it.
* Also fix 2 small issues in net.c (potential overflow) and format.c (memory leak).
2022-04-12 11:09:59 +01:00
..
bled.vcxproj [misc] update solution to VS2022 2021-11-16 17:50:20 +00:00
bled.vcxproj.filters [cmp] add support for Ventoy Sparse Image (.vtsi) 2021-06-22 19:08:33 +01:00
ext2fs.vcxproj [misc] update solution to VS2022 2021-11-16 17:50:20 +00:00
ext2fs.vcxproj.filters [ext2fs] update ext2fs to latest 2021-01-09 16:15:01 +00:00
getopt.vcxproj [misc] update solution to VS2022 2021-11-16 17:50:20 +00:00
getopt.vcxproj.filters [misc] drop Clang support and move VS2017 project files to .vs 2017-11-11 15:41:04 +00:00
libcdio-driver.vcxproj [misc] update solution to VS2022 2021-11-16 17:50:20 +00:00
libcdio-driver.vcxproj.filters [misc] drop Clang support and move VS2017 project files to .vs 2017-11-11 15:41:04 +00:00
libcdio-iso9660.vcxproj [misc] update solution to VS2022 2021-11-16 17:50:20 +00:00
libcdio-iso9660.vcxproj.filters [misc] drop Clang support and move VS2017 project files to .vs 2017-11-11 15:41:04 +00:00
libcdio-udf.vcxproj [misc] update solution to VS2022 2021-11-16 17:50:20 +00:00
libcdio-udf.vcxproj.filters [misc] drop Clang support and move VS2017 project files to .vs 2017-11-11 15:41:04 +00:00
ms-sys.vcxproj [misc] update solution to VS2022 2021-11-16 17:50:20 +00:00
ms-sys.vcxproj.filters [core] improve protective MBR for GPT media 2020-02-19 19:51:32 +00:00
rufus.vcxproj [mingw] use delay loading for DLLs that are subject to side loading 2022-04-12 11:09:59 +01:00
rufus.vcxproj.filters [iso] add support for distros using a NONSTANDARD GRUB 2.0 prefix directory 2022-04-07 01:58:22 +01:00
syslinux-libfat.vcxproj [misc] update solution to VS2022 2021-11-16 17:50:20 +00:00
syslinux-libfat.vcxproj.filters [core] add full extraction support for efi.img 2019-04-04 19:12:48 +01:00
syslinux-libinstaller.vcxproj [misc] update solution to VS2022 2021-11-16 17:50:20 +00:00
syslinux-libinstaller.vcxproj.filters [misc] drop Clang support and move VS2017 project files to .vs 2017-11-11 15:41:04 +00:00
syslinux-win.vcxproj [misc] update solution to VS2022 2021-11-16 17:50:20 +00:00
syslinux-win.vcxproj.filters [misc] drop Clang support and move VS2017 project files to .vs 2017-11-11 15:41:04 +00:00