You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to support reading the CRC32 hash for the contained files from headers that contain them, such as those for 7-zip? Currently the entries produced by file_reader() do not seem to do so.
Thank you.
The text was updated successfully, but these errors were encountered:
Aye. I've been trying to determine that. I think it's stored like the other properties like uncompressed size and modified timestamp.
Edit: Actually perhaps not, _7zip_entry doesn't seem to contain it.
Edit 2: I think, for 7zip, it may be obtained in read_SubStreamsInfo(). But I don't know the file format well enough to be sure. I'll look at the 7zip source sometime in the next week and see if I can determine if it's something libarchive accesses or not. Even if it is, it may not have a format-independent function for obtaining it.
Would it be possible to support reading the CRC32 hash for the contained files from headers that contain them, such as those for 7-zip? Currently the entries produced by file_reader() do not seem to do so.
Thank you.
The text was updated successfully, but these errors were encountered: