mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-04 05:25:00 +00:00
[PR #220] [MERGED] verify RAR crc on header and file data #909
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/adamhathcock/sharpcompress/pull/220
Author: @coderb
Created: 4/4/2017
Status: ✅ Merged
Merged: 4/7/2017
Merged by: @adamhathcock
Base:
master← Head:master📝 Commits (1)
97d5e0averify rar CRC on header and file data📊 Changes
9 files changed (+146 additions, -16 deletions)
View changed files
📝
src/SharpCompress/Common/Rar/Headers/RarHeader.cs(+25 -7)📝
src/SharpCompress/Common/Rar/Headers/RarHeaderFactory.cs(+2 -2)➕
src/SharpCompress/Common/Rar/RarCrcBinaryReader.cs(+40 -0)📝
src/SharpCompress/Common/Rar/RarCryptoBinaryReader.cs(+24 -3)📝
src/SharpCompress/Compressors/Rar/MultiVolumeReadOnlyStream.cs(+5 -0)📝
src/SharpCompress/Compressors/Rar/RarCRC.cs(+4 -0)➕
src/SharpCompress/Compressors/Rar/RarCrcStream.cs(+42 -0)📝
src/SharpCompress/IO/MarkingBinaryReader.cs(+2 -2)📝
src/SharpCompress/Readers/Rar/RarReader.cs(+2 -2)📄 Description
verify rar file crc checksums:
tested and works with:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.