Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RAR: Add sample files #125

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

RAR: Add sample files #125

wants to merge 1 commit into from

Conversation

Mingun
Copy link

@Mingun Mingun commented May 10, 2021

Sample files that I use when implement kaitai-io/kaitai_struct_formats#493. Each archive contains the same file tree:

+-folder
|  +- nested-empty-folder
|  '- file
'- empty.txt

compress<0-5>.rar

Archives with different compression levels from none to highest

compress-parts.part<1-2>.rar

Multi-volume archive. First volume has inexplicable 9 zero bytes at the end,
so is not parsable by rar.ksy

compress3-encrypted-password.rar

Fully encrypted archive (with archive structure) with default compression level.
Password is "password"

compress3-restore-info10%.rar

Archive was created with 10% of recovery information and default compression level

compress3-solid-rights-time-comment.rar

Archive was created as solid, store all file timestamps, has archive comment
"Archive comment" and default compression level

compress3-sfx.exe

Archive was created with self-extraction module

Each archive contains the same file tree:

```
+-folder
|  +- nested-empty-folder
|  '- file
'- empty.txt
```

compress<0-5>.rar
-----------------
Archives with different compression levels from none to highest

compress-parts.part<1-2>.rar
----------------------------
Multi-volume archive. First volume has inexplicable 9 zero bytes at the end,
so is not parsable by rar.ksy

compress3-encrypted-password.rar
--------------------------------
Fully encrypted archive (with archive structure) with default compression level.
Password is "password"

compress3-restore-info10%.rar
-----------------------------
Archive was created with 10% of recovery information and default compression level

compress3-solid-rights-time-comment.rar
---------------------------------------
Archive was created as solid, store all file timestamps, has archive comment
"Archive comment" and default compression level

compress3-sfx.exe
-----------------
Archive was created with self-extraction module
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant