Author Topic: What decompression/zip type is this  (Read 554 times)

0 Members and 1 Guest are viewing this topic.

Offline MattyTopic starter

  • Contributor
  • Posts: 15
  • Country: gb
What decompression/zip type is this
« on: December 30, 2023, 07:01:14 pm »
I have dumped the firmware from a cheap scope Kiprim (a reworked Owon?) and I found a compressed part of the main firmware in it.
I've emulated (ARM9-EL) the decompression routine and got the decompressed kernel?.  But I was wondering if anyone know what it is.
I would like to adjust the firmware, but I can not recompress the kernel back again.

The first 4 bytes are the length.  It appears to have "OWON" in the header.  And the data starts @ 0x1C
I have a feeling that this is not a proprietary method, they must have copied something.
7zip didn't save me.
 

Offline brucehoult

  • Super Contributor
  • ***
  • Posts: 4040
  • Country: nz
Re: What decompression/zip type is this
« Reply #1 on: December 30, 2023, 09:50:20 pm »
The code of the decompression routine would be a much better clue!!!
 

Offline MattyTopic starter

  • Contributor
  • Posts: 15
  • Country: gb
Re: What decompression/zip type is this
« Reply #2 on: December 30, 2023, 11:28:25 pm »
Oh yeah, that does help.
 

Offline MattyTopic starter

  • Contributor
  • Posts: 15
  • Country: gb
Re: What decompression/zip type is this [closed]
« Reply #3 on: January 14, 2024, 06:08:23 pm »
I see that it uses the LZ77 method/algorithm, but I could not find which implementation it uses.
So I made a crude re-compressor (in VB6).  It is just good-enough to make the file fit in the allocated space.

I think the info might be useful to someone in the future.

tag search: OLWIOLNLCINP1U2T
 

Offline m k

  • Super Contributor
  • ***
  • Posts: 2010
  • Country: fi
Re: What decompression/zip type is this
« Reply #4 on: January 15, 2024, 06:55:07 am »
Uncompressed is 0x48 longer than [0x18], first 0x48 is very rational code.

How uncompressed ends?
Advance-Aneng-Appa-AVO-Beckman-Data Tech-Fluke-General Radio-H. W. Sullivan-Heathkit-HP-Kaise-Kyoritsu-Leeds & Northrup-Mastech-REO-Simpson-Sinclair-Tektronix-Tokyo Rikosha-Triplett-YFE
(plus lesser brands from the work shop of the world)
 

Offline MattyTopic starter

  • Contributor
  • Posts: 15
  • Country: gb
Re: What decompression/zip type is this
« Reply #5 on: January 15, 2024, 06:18:13 pm »
oh yes,
when I copied the decompressed file from emulated RAM. I also copied the last 0x48 bytes as well, because that is what it created.
* Now looking back... it appears that I decompressed 8 bytes too many, oooops - might have been a typo? *

I remember a different decompressor which output'ed a bit more data than expected.  But luckily it does not matter because it will be ignored.
Also the decompressed size [0x18] is totally ignored anyway.  So I just left the original value in there.

It finishes the decompression routine based on the value at [0x0] - the header size + compressed size.
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf