my packer handles them well, i can provide the keys if someone want to include it in sPck or how that tool was called
edit: that is my filehandler switch:
Code:
f.Seek(length - 12, 0);
UInt32 version = br.ReadUInt32();
switch (version)
{
case 0xf00dbeef:
key= 0xa8937462;
key2 = 0xf1a43653;
break;
case 0x79d29f4a:
key2=0x6c9fc1b5;
key = 0xb6cd2509;
break;
default: return ;
}
the first identifier is for pw, the 2nd is either JD or ESO, i dont remember anymore. just check filelength-12 in hex editor, if none of the keys match provide a small file(like configs.pck) and i can find the keys