Subscribe
debug
e 100 1f 8b 08 00 00 00 00 00 00 ff
n gzheader
r cx
0a
w
q
copy /b gzheader+yourfile.zgl yourfile.xgl.gz
zcat yourfile.xgl.gz >yourfile.xgl
del yourfile.xgl.gz
gunzip yourfile.xgl.gz won't work, because gunzip will barf on the missing checksum trailer.
echo -ne '\037\213\010\0\0\0\0\0\0\377' >gzheader
cat gzheader yourfile.zgl | zcat >yourfile.xgl
You are not logged in, either login or create an account to post comments
posted by majick at 11:34 AM on July 12, 2006