Questions tagged [lzh]

6 questions
6
votes
3 answers

Reverse Engineering: How do I identify an unknown compression method?

I'm with a group of modders attempting to reverse engineer and mod a Blu-Ray player. We're stuck because the firmware code seems to be compressed, and the decompression code is nowhere to be found. Presumably, the decompression is handled by…
tank
4
votes
1 answer

LZH in Byte Array Decompress in .NET?

An LZH archive is embedded within a file. The file was read into a byte[], and the LZH part is identified as a smaller byte[]. How can the embedded LZH bytes be decompressed into another byte[] using .NET Framework 4.6 (C#)? I have only see…
Snowy
  • 5,942
  • 19
  • 65
  • 119
2
votes
1 answer

LZH Compression Libraries

I'm looking for a LHarc de/compressing library, with source if possible.
CiNN
  • 9,752
  • 6
  • 44
  • 57
1
vote
2 answers

Open and create .lzh file in java

I want to open and create .lzh file in java. I find jlha library. But I can not find any examples of using this library. Is there a similar library with documentation?
fox3d
  • 11
  • 3
1
vote
0 answers

extract a file that contains lzh compression strings

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…
Ali
  • 602
  • 6
  • 18
1
vote
0 answers

How to compress an audio file to LZH format using Android?

Is it possible to compress an audio file or any file compress to LZH format using Android? If yea, then how can I do that? Please help me.
TKumar
  • 818
  • 2
  • 10
  • 35