News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

A question about Zip files

Started by Beshr, August 23, 2006, 12:44:23 PM

Previous topic - Next topic

Beshr

Hi!
I just was wondering if there is any way to create a zip file with masm, or RAR or Arj (any compressed file)

thax..

:( :(

Ghirai

There are various open-source examples that deal with the zip/arj algo, but afaik rar is proprietary.
MASM32 Project/RadASM mirror - http://ghirai.com/hutch/mmi.html

PBrennick

Beshr,
Jeremy Collake wrote a nice compression library in assembly that even outperforms Zip's Deflate method.  Although it is a bit dated, I still use it for stuff I want to protect and I am quite happy with it.  I am attaching JCalg to this post and you can visit his website here.  The attachment includes the sources.

Paul


[attachment deleted by admin]
The GeneSys Project is available from:
The Repository or My crappy website

dsouza123

There is an informative thread in the Campus covering this from earlier this year (2006),
with code shown and code also in attachments.

zip source
http://www.masm32.com/board/index.php?topic=4687.0