scummvm/common/compression
Kaloyan Chehlarski d99d325747 COMMON: Detect obfuscated and invalid files in InstallShield cabs
Files marked as invalid are now ignored in all IS versions. Trying to
extract an obfuscated file now results in a warning instead of just failing.
2023-04-09 13:02:30 +02:00
..
clickteam.cpp COMMON: Support patching clickteam installer and version used by PRCA 2023-03-13 20:17:33 +01:00
clickteam.h COMMON: Comment out unused variable 2023-03-17 16:58:44 +01:00
dcl.cpp
dcl.h
gzio.cpp COMMON: Error-out on an invalid clickteam compressed block 2023-03-13 20:17:33 +01:00
gzio.h
installshield_cab.cpp COMMON: Detect obfuscated and invalid files in InstallShield cabs 2023-04-09 13:02:30 +02:00
installshield_cab.h
installshieldv3_archive.cpp
installshieldv3_archive.h
module.mk COMMON: Split compression and formats into separate modules 2022-12-11 22:33:23 +01:00
powerpacker.cpp COMMON: Add ITE Amiga powerpack support 2022-12-05 08:15:33 +02:00
powerpacker.h COMMON: Add in-memory decompressor for powerpack 2022-12-05 08:15:33 +02:00
rnc_deco.cpp
rnc_deco.h
stuffit.cpp COMMON: Improve CRC16 error messages in Stuffit 2023-02-12 16:56:44 +02:00
stuffit.h
unarj.cpp COMMON: Allow unarj to flatten tree structure 2023-01-15 19:22:34 +01:00
unarj.h COMMON: Allow unarj to flatten tree structure 2023-01-15 19:22:34 +01:00
unzip.cpp COMMON: Allow unzip to flatten tree structure 2023-01-15 19:22:34 +01:00
unzip.h COMMON: Allow unzip to flatten tree structure 2023-01-15 19:22:34 +01:00
vise.cpp COMMON: Fix build when zlib not present 2023-03-04 23:38:42 +01:00
vise.h JANIRORIAL: Reduce header dependency 2023-02-10 23:51:13 +01:00
zlib.cpp
zlib.h