Currently heatseeker.exe is dynamically linked with vcruntime140.dll, which is not bundled with Windows. This can be avoided compiling with ``` set RUSTFLAGS=-C target-feature=+crt-static cargo build --release ```