vstinner / hachoir

Hachoir is a Python library to view and edit a binary stream field by field
http://hachoir.readthedocs.io/
GNU General Public License v2.0
604 stars 70 forks source link

Arj support #78

Closed oooooleg closed 1 year ago

oooooleg commented 2 years ago

Added ARJ achives support.

vstinner commented 1 year ago

Thanks @oooooleg, I merged your PR.

While the parser is not perfect, I prefer to merge the PR. But I would still be nice to address @nneonneo's review in a following PR.