The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
20 views

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.
1
vote
2answers
296 views

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?
2
votes
2answers
1k views

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. ...
1
vote
1answer
945 views

LZH Compression Libraries

I'm looking for a LHarc de/compressing library, with source if possible.