Hello to all,
I do a little update on this post, because as I can see, I wasn't the only one who got stuck by the compression of the attachments in the database of Alloy. After few hours I found a solution that can work using Windows or Linux.
As efrenlugo said, all the attachments start with a !HZL header, that can lead to a LZH algorithm compression. In fact it is really not far from the truth. The compression used by Alloy is the HNF algorithm, that more and less the same as the LZH (LH1) but with a different parameter. More information can be found
here.
The tool to uncompress the datas is
HNFTools Full and can be downloaded
here.
In the zip file you will find a linux and a win32 directory, and in both of them you will have to use the executable/binary called
hnf2fvt.
You will have to use it on a file, it means that you must extract all the attachment from your database and save them as file, and use the executable on the compressed extracted file. To retrieve the original filename, use the File_Name row from the Attachments table of Alloy.
Hoping that gonna help few of you and please excuse my english, it isn't my native language.
Mike.