The Forum is up for sale: XeNTaX Forum looking for new owner

[Annoying] PES 2017 ZLib rejection

The Original Forum. Game archives, full of resources. How to open them? Get help here.
Post Reply
JohnHudeski
mega-veteran
mega-veteran
Posts: 177
Joined: Wed Mar 02, 2011 10:38 pm
Has thanked: 10 times
Been thanked: 58 times

[Annoying] PES 2017 ZLib rejection

Post by JohnHudeski »

Hi, I am pretty familiar with the file format for the pro evo series but i have come across some files that refuse to unzip

Code: Select all

struct ZlibWESYS
{
   char magic[8]; // "\x00\x10\x01WESYS"
   uint32_t cmprSize;
   uint32_t uncmprSize;
   uint8_t wesys[cmprSize]; // Uncompress with Zlib
}
The general structure is as stated above but this file has a different magic[8]

Code: Select all

"\xFF\x10\x01WESYS"
Here is a sample
bill_body.zip
You do not have the required permissions to view the files attached to this post.
Post Reply