pgkt04/defender-control

link release statically

own2pwn opened this issue · 2 comments

if you try to download & execute current github release you'd get an error because vcruntime is not on the system

if you try to download & execute current github release you'd get an error because vcruntime is not on the system

you need to have Microsoft C++ Redistributables installed. See https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-160

But on that note, I will look into recompiling a version with the libraries linked.

thanks