Sure! It's just MITYretenai wrote: ↑Thu Jul 16, 2020 10:11 pmMind slapping a license on that project? I'm planning on rewriting ProjectZeroDawn to C++ when the PC port releases and I'd love to have a C++ point of reference.DEElekgolo wrote: ↑Thu Jul 16, 2020 5:35 pm
Lookin good
I got some C++ code up here too
https://github.com/Wunkolo/DecimaTools
Still digging in slowly! Haven't been able to take this on full-time but I'm still digging in with the intent of possibly re-encrypting and re-packaging these files at some point.Ekey wrote: ↑Thu Jul 16, 2020 5:42 pm Great job! Do you looked code for decrypt files data? Seems MD5 is involved in decryption and there other key (salt) are used
orCode: Select all
static unsigned long lpSalt2[4] = { 0x6C084A37, 0x7E159D95, 0x3D5AF7E8, 0x18AA7D3F};
As you wishCode: Select all
static unsigned char lpSalt2[16] = { 0x37, 0x4A, 0x08, 0x6C, 0x95, 0x9D, 0x15, 0x7E, 0xE8, 0xF7, 0x5A, 0x3D, 0x3F, 0x7D, 0xAA, 0x18};![]()



