1

I have data file(it has not extension-file type) that I think it is combination of two types of strings: one string is plain text and another one is string which has been compressed by LZH(LHA) algorithm,when I open the file with notepad++ it is look like this: enter image description here

as it shows in picture some data is readable but other data are compressed, is there any software or source code in python,c++, php, or any other language that can read this file by chunk and decompressed them? I googled but I found many source codes or software that decompress lzh,but they decomprssed a file that totally compressed by lzh, and first they check the head of file and if it is not lzh file give error.

Ali
  • 602
  • 6
  • 18
  • *I think it is combination of two types of strings:* -- You should ask the person / people / company that created the file to state what the data is and how to interpret it. – PaulMcKenzie Mar 24 '16 at 16:28
  • the software that creates this file is old and there is no new versioni – Ali Mar 24 '16 at 20:43

0 Answers0