gzrt
gzrt copied to clipboard
Program aborts on error
Since the purpose of the program is to recover corrupted files, wouldn't it make more sense if it could ignore read failures when it encounters them and just skip forward in the file?
Maybe my patch can work on this issue, I did it to decompress some messed up files that got random bytes from other files thrown inside them, and it worked.