Closed astarivi closed 1 month ago
Redump images do not seem to work with the MD5 CLI command, the following error is printed out when trying to calculate the MD5:
error: Not an XDVDFS volume
It looks like cmd_md5 is not using crate::img::open_image to open the source, which accounts for the volume offsets. Probably an oversight from doing the original refactor.
cmd_md5
crate::img::open_image
Redump images do not seem to work with the MD5 CLI command, the following error is printed out when trying to calculate the MD5:
error: Not an XDVDFS volume