Journey World 征途世界

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
chrrox
Posts: 388
Joined: Thu Aug 07, 2014 10:28 pm

Journey World 征途世界

Post by chrrox »

Can anyone extract these pac files?
samples here
https://www108.zippyshare.com/v/2Ij32vug/file.html
full client here
https://mab.to/JvVqmIIRv
or
http://kulemi.com/17573
Image
chrrox
Posts: 388
Joined: Thu Aug 07, 2014 10:28 pm

Re: Journey World 征途世界

Post by chrrox »

Ekey
Posts: 1383
Joined: Sat Aug 09, 2014 2:34 pm

Re: Journey World 征途世界

Post by Ekey »


Yep, it's Zlib code
Brillix
Posts: 9
Joined: Thu Sep 24, 2020 8:48 am

Re: Journey World 征途世界

Post by Brillix »

Ekey wrote:

Yep, it's Zlib code


Any chance to unpack this files?
chrrox
Posts: 388
Joined: Thu Aug 07, 2014 10:28 pm

Re: Journey World 征途世界

Post by chrrox »

patchupdae.exe has his function.

https://pastebin.com/7e7Zyqcb
Ekey
Posts: 1383
Joined: Sat Aug 09, 2014 2:34 pm

Re: Journey World 征途世界

Post by Ekey »

Most interesting call is > bool __thiscall sub_45CFF0. Probably data is encrypted by MD5 + DES by calling these functions

Code: Select all

char __cdecl sub_586BF0
unsigned int __cdecl sub_45B810


Code: Select all

sub_586BF0 - MD5
sub_45B810 - DES
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Journey World 征途世界

Post by aluigi »

The PAK files can be extracted with the script:
http://aluigi.org/bms/shura_xld.bms
chrrox
Posts: 388
Joined: Thu Aug 07, 2014 10:28 pm

Re: Journey World 征途世界

Post by chrrox »

How do you extract the XZGL files?
https://www109.zippyshare.com/v/aZpEsrLc/file.html
I think the file names are encrypted at he end of the file?