RAR
From Just Solve the File Format Problem
(Difference between revisions)
(MIME types) |
(Added Kaitai Struct link) |
||
Line 5: | Line 5: | ||
|mimetypes={{mimetype|application/vnd.rar}}, {{mimetype|application/x-rar-compressed}} | |mimetypes={{mimetype|application/vnd.rar}}, {{mimetype|application/x-rar-compressed}} | ||
|pronom={{PRONOM|x-fmt/264}}, {{PRONOM|fmt/411}}, {{PRONOM|fmt/613}} | |pronom={{PRONOM|x-fmt/264}}, {{PRONOM|fmt/411}}, {{PRONOM|fmt/613}} | ||
+ | |kaitai struct=rar | ||
}} | }} | ||
'''R'''oshal '''AR'''chive ('''RAR''') is a proprietary file format used by the compression software WinRAR. They make the decompression code available for use in other programs and allow its distribution, but with a license provision that "You cannot use the unrar source to re-create the RAR compression algorithm, which is proprietary." | '''R'''oshal '''AR'''chive ('''RAR''') is a proprietary file format used by the compression software WinRAR. They make the decompression code available for use in other programs and allow its distribution, but with a license provision that "You cannot use the unrar source to re-create the RAR compression algorithm, which is proprietary." |
Revision as of 17:59, 22 June 2017
Roshal ARchive (RAR) is a proprietary file format used by the compression software WinRAR. They make the decompression code available for use in other programs and allow its distribution, but with a license provision that "You cannot use the unrar source to re-create the RAR compression algorithm, which is proprietary."
Contents |
File identification
Current versions start their files with (hex) 52 61 72 21 1A 07 00
. Early versions (for which no format documentation is known) start with 52 45 7E 5E
.
Software
Sample files
- http://cd.textfiles.com/ataricompendium/FILES/MISC/PRTFOLIO/
- http://cd.textfiles.com/thebbsorg/max_files/
Links
- Wikipedia article
- Forensics Wiki article (has lots of format details)
- Mini RAR poster