Command line tool to test xva files for corruption.
This is a command-line tool that performs verifications on a xva file to control integrity.
You can also use the Validate function inside of your own Go application or tool.
go build
All configurations are defined by command line arguments.
These arguments is printed by the flag -h
$ ./xva-validate -h
Usage of xva-validate:
-verbose uint
Verbosity level
-version
Print version and exit
-xva string
xva file (default "backup.xva")
By default, nothing is printed unless the xva file is invalid. If you want more details, you can change the value of the
-v parameter:
$ ./xva-validate --xva exportedvm.xva
2019-02-22 18:10:14 read exportedvm.xva: Invalid descriptor
Just copy the binary !