I'm trying to decompress this data from the Sina Mora EX which QuickBMS is able decompress fine, this is how I call it:
lz4.block.decompress(data,uncompressed_size=590)
But I'm getting:
_block.LZ4BlockError: Decompression failed: corrupt input or insufficient space in destination buffer. Error code: 416
The decompressed size is from a header field in the game's file format, it's the same QuickBMS uses.
001.lz4.renamed2.zip
I'm trying to decompress this data from the Sina Mora EX which QuickBMS is able decompress fine, this is how I call it:
lz4.block.decompress(data,uncompressed_size=590)But I'm getting:
_block.LZ4BlockError: Decompression failed: corrupt input or insufficient space in destination buffer. Error code: 416The decompressed size is from a header field in the game's file format, it's the same QuickBMS uses.
001.lz4.renamed2.zip