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
{{ message }}
This repository has been archived by the owner on Jul 21, 2020. It is now read-only.
rar 5.0 archive format defines new signature:
RAR 5.0 signature consists of 8 bytes: 0x52 0x61 0x72 0x21 0x1A 0x07 0x01 0x00. You need to search for this signature in supposed archive from beginning and up to maximum SFX module size. Just for comparison this is RAR 4.x 7 byte length signature: 0x52 0x61 0x72 0x21 0x1A 0x07 0x00.
but junrar has not supported the v5.0 signature yet
Please update junrar src code /com/github.com/junrar/rarfile/MarkHeader.java: isSignature() to support it
The text was updated successfully, but these errors were encountered:
rar 5.0 archive format defines new signature:
RAR 5.0 signature consists of 8 bytes: 0x52 0x61 0x72 0x21 0x1A 0x07 0x01 0x00. You need to search for this signature in supposed archive from beginning and up to maximum SFX module size. Just for comparison this is RAR 4.x 7 byte length signature: 0x52 0x61 0x72 0x21 0x1A 0x07 0x00.
but junrar has not supported the v5.0 signature yet
Please update junrar src code /com/github.com/junrar/rarfile/MarkHeader.java: isSignature() to support it
The text was updated successfully, but these errors were encountered: