bitdefender / bddisasm

bddisasm is a fast, lightweight, x86/x64 instruction decoder. The project also features a fast, basic, x86/x64 instruction emulator, designed specifically to detect shellcode-like behavior.
Apache License 2.0
875 stars 112 forks source link

ci: Install Windows SDK 18362 when building on Windows #54

Closed ianichitei closed 2 years ago

ianichitei commented 2 years ago

It looks like Windows SDK 18362 is no longer available on Windows build runners. This is related to the move to Windows Server 2022, which no longer has this version installed (details).

We're currently installing it ourselves, but this makes the take a longer time (setting up the SDK takes around 2 or 3 minutes). The correct solution would be to update the SDK version to a newer version, or even better: set it to always use the latest version available.