DiskCryptor icon indicating copy to clipboard operation
DiskCryptor copied to clipboard

Generalize EFI loader build scripts

Open fbno opened this issue 4 years ago • 2 comments

Some improvements to the EFI loader build scripts:

  • Allow compiling the code into a different directory out-of-source
  • Support multiple versions of Visual Studio (2015-2019)
  • Support up to edk2-stable201911 (newer versions are missing an Sha1Hmac API used in tpm12.c)
  • Use nasm to compile the x64 assembly source (no manual build steps required anymore)
  • Fix multiple dependency issues breaking the build
  • Add short build documentation

fbno avatar Feb 28 '21 21:02 fbno

cool thanks will check it out shortly

DavidXanatos avatar Mar 03 '21 15:03 DavidXanatos

Anytime soon)?

AlxVD avatar Mar 29 '22 18:03 AlxVD