schnaader / precomp-cpp

Precomp, C++ version - further compress already compressed files
http://schnaader.info/precomp.php
Apache License 2.0
407 stars 52 forks source link

Support more ZLIB compressed data types in SWF #30

Open schnaader opened 8 years ago

schnaader commented 8 years ago

There are several types of data inside SWF that are compressed using ZLIB according to the specification:

These are detected in intense mode, but it would be useful to extend the parser to detect them in normal mode, too.

schnaader commented 8 years ago

Useful tool to analyse SWF files for this: Adobe SWF Investigator

M-Gonzalo commented 4 years ago

Is SWF still a thing? Maybe this issue no longer needs to be addressed...