Skip to content
Novus Examples

Archives

Archives are where extractors meet their edge cases, so this category is built to exercise them. The ZIP set runs flat, nested, and deep-tree layouts, a unicode-filename archive, a zero-entry empty archive, and a hundred-tiny-files archive for stress-testing throughput. Tarballs ship uncompressed and as gzip, bzip2, and xz variants (.tar, .tgz, .tbz2, .txz), with single-file gzip, bzip2, and xz alongside so you can isolate the codec from the container. There's a resource JAR, a real ISO 9660 disk image, and a 7z archive plus a password-protected 7z with the password printed right on the page. Every archive is deterministic, documented down to its member list, and deliberately safe — no zip bombs, no executables, no hidden payloads.

Sevenzip

7z
651 B

7z - Password Protected

A password-protected 7z archive (AES-256, encrypted header). The password is “novus-example” — printed here on purpose so you can test encrypted-archive extraction. Contains only harmless sample text.

Compressed

Disk Image

iso
68 KB

ISO - 9660 Disk Image

A real ISO 9660 disk image with Joliet and Rock Ridge extensions for long filenames, holding a few documented text files. For testing ISO mounting, extraction, and conversion.

Zip

jar
868 B

JAR - Resource Archive

A Java Archive (JAR) — a ZIP with a META-INF/MANIFEST.MF and resource files only (no .class bytecode). For testing JAR/ZIP readers and manifest parsing.

zip
688 B

ZIP - Flat

A ZIP archive — 3 files at the root, no directories. Deterministic (fixed member timestamps) and safe to extract anywhere.

Compression

Tarball

tar
10 KB

TAR - Uncompressed

A uncompressed USTAR of a small source tree — for testing tar extraction and the TAR container. Member timestamps are fixed for reproducibility.

txz
716 B

TAR.XZ - XZ Tarball

A xz/LZMA-compressed tar of a small source tree — for testing tar extraction and the TXZ container. Member timestamps are fixed for reproducibility.

Web