RAR
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) |
(Software) |
||
Line 6: | Line 6: | ||
|pronom={{PRONOM|x-fmt/264}} | |pronom={{PRONOM|x-fmt/264}} | ||
}} | }} | ||
− | |||
'''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." | ||
Line 12: | Line 11: | ||
Current versions start their files with (hex) <code>52 61 72 21 1A 07 00</code>. Early versions (for which no format documentation is known) start with <code>52 45 7E 5E</code>. | Current versions start their files with (hex) <code>52 61 72 21 1A 07 00</code>. Early versions (for which no format documentation is known) start with <code>52 45 7E 5E</code>. | ||
+ | |||
+ | == Software == | ||
+ | * [http://www.rarlab.com/ WinRAR website] | ||
+ | ** [http://www.rarlab.com/rar/UnRARDLL.exe Free UnRAR.dll] | ||
+ | ** [http://www.rarlab.com/rar/unrarsrc-4.2.4.tar.gz UnRAR source] | ||
+ | * [[7-Zip]] | ||
== Links == | == Links == | ||
* [[Wikipedia:RAR|Wikipedia article]] | * [[Wikipedia:RAR|Wikipedia article]] | ||
− | |||
− | |||
− | |||
* [http://www.forensicswiki.org/wiki/RAR Forensics Wiki article] (has lots of format details) | * [http://www.forensicswiki.org/wiki/RAR Forensics Wiki article] (has lots of format details) |
Revision as of 23:48, 27 January 2014
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."
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
Links
- Wikipedia article
- Forensics Wiki article (has lots of format details)