├── IdentifyingCompressionAlgorithms.md ├── LICENSE ├── LZMACompress.py ├── LZMADecompress.py ├── README.md ├── ZlibCompress.py └── ZlibDecompress.py /IdentifyingCompressionAlgorithms.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frizb/FirmwareReverseEngineering/HEAD/IdentifyingCompressionAlgorithms.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frizb/FirmwareReverseEngineering/HEAD/LICENSE -------------------------------------------------------------------------------- /LZMACompress.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frizb/FirmwareReverseEngineering/HEAD/LZMACompress.py -------------------------------------------------------------------------------- /LZMADecompress.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frizb/FirmwareReverseEngineering/HEAD/LZMADecompress.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frizb/FirmwareReverseEngineering/HEAD/README.md -------------------------------------------------------------------------------- /ZlibCompress.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frizb/FirmwareReverseEngineering/HEAD/ZlibCompress.py -------------------------------------------------------------------------------- /ZlibDecompress.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frizb/FirmwareReverseEngineering/HEAD/ZlibDecompress.py --------------------------------------------------------------------------------