Live data from Hacker News

Static analysis of an unknown compression format

blog.lse.epita.fr

11–14 of 14 posts

Re: Static analysis of an unknown compression format

#13
That's a fairly common compression technique on PS3 titles. Breaking the file into regularly sized chunks about 64kb (for lzma) permits decompression of the file in parallel on the SPUs as the dictionary and decompressed data can fit entirely in local store.

Since optical drives have terrible seek times and low bandwidth most assets are stored compressed on disc.

Re: Static analysis of an unknown compression format

#14
post #2

Is there any tool to generate bitmaps from binary files? For example using each byte as grey value and letting the user specify the column width. Or with more than one byte and then using color. Wouldn't this be a trivial and somewhat useful thing to see structure in binary files?

Both GIMP and Photoshop can read any binary file as a "raw" file format, where you can specify the bit-depth (e.g. greyscale, RGB, RGBA, etc) and column width.
Post reply on HN