v0.1.0, 2023-01-23
- initial release
- tested on debian linux and windows 11 (not tested on mac)
- binaries are compress with upx which is known to cause false positives with some Windows antivirus programs
- if in doubt, inspect source code and compile binaries yourself by installing go from https://go.dev/doc/install
- VirusTotal: veracrypt_container_truncator.exe
- VirusTotal: veracrypt_container_truncator.bin
- VirusTotal: veracrypt_container_truncator-darwin
- also included "veracrypt_container_truncator_gccgo.bin" for testing purposes. This is compiled with from the same source code, but uses "go build -compiler gccgo veracrypt_container_truncator.go" which creates a much smaller binary for linux.