Beginning from here
After data extraction from main .dat container I'm have some GFX data compressed with zlib to .SBI
Compressed data can be extracted with offzip, I'm using:
Code: Select all
offzip.exe -a font.sbi temp 0 > font.txt
Here is log:
Code: Select all
Offzip 0.4
by Luigi Auriemma
e-mail: aluigi@autistici.org
web: aluigi.org
- open input file: font.sbi
- enter in directory: temp
- zip data to check: 32 bytes
- zip windowBits: 15
- seek offset: 0x00000000 (0)
+------------+-----+----------------------------+----------------------+
| hex_offset | ... | zip -> unzip size / offset | spaces before | info |
+------------+-----+----------------------------+----------------------+
0x00000014 5676 -> 65536 / 0x00001640 _ 20 8:7:28:0:1:f75498c3
- 1 valid compressed streams found
- 0x0000162c -> 0x00010000 bytes covering the 84% of the file
Maybe somebody can help me with un/packer script?
Font.sbi is included.