dparnell / hu01

Windows Live HU01 decompression code

Home Page:http://blog.danielparnell.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About This Code

This code takes a HU01 compressed email message as produced by Microsoft Windows Live Mail service and decompresses it. I produced it by reverse engineering the decompression routine from the Windows Live Mail desktop application sporadically over a couple of years (probably about a weeks work in total).

The code is AWFUL, but it seems to work with all the message data I've thrown at it.

How Do I Use It?

Compile the code my running "make", then try it out using the following command

./hu01 test.hu01 test.plain

License

(c) Copyright 2011 Daniel Parnell. Some Rights Reserved. Creative Commons License
This work is licensed under a Creative Commons Attribution 3.0 Unported License.

About

Windows Live HU01 decompression code

http://blog.danielparnell.com/


Languages

Language:C 100.0%