VENUS-AR(5) File Formats Manual VENUS-AR(5)

venus-ararchive format

The venus-ar archive format join several files, of any type, into one.

A venus-ar archive consists of a ASCII file identifier ‘3EA81233’, and files, each one with its own header.

The headers for a venus-ar archive consists of the following:

struct header {
	u32int mode;
	u32int namesize;
	u64int size;
};

The numbers are stored in low endian form.

venus-ar(1)

December 29, 2019 EltaninOS