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
Journey World 征途世界
-
- Posts: 388
- Joined: Thu Aug 07, 2014 10:28 pm
Re: Journey World 征途世界
This might be the decompression code?
https://pastebin.com/e6iNxt14
https://pastebin.com/0cqYyR47
https://pastebin.com/xNjUKUHS
https://pastebin.com/e6iNxt14
https://pastebin.com/0cqYyR47
https://pastebin.com/xNjUKUHS
-
- Posts: 1383
- Joined: Sat Aug 09, 2014 2:34 pm
Re: Journey World 征途世界
chrrox wrote:This might be the decompression code?
https://pastebin.com/e6iNxt14
https://pastebin.com/0cqYyR47
https://pastebin.com/xNjUKUHS
Yep, it's Zlib code
-
- Posts: 9
- Joined: Thu Sep 24, 2020 8:48 am
Re: Journey World 征途世界
Ekey wrote:chrrox wrote:This might be the decompression code?
https://pastebin.com/e6iNxt14
https://pastebin.com/0cqYyR47
https://pastebin.com/xNjUKUHS
Yep, it's Zlib code
Any chance to unpack this files?
-
- Posts: 388
- Joined: Thu Aug 07, 2014 10:28 pm
-
- Posts: 1383
- Joined: Sat Aug 09, 2014 2:34 pm
Re: Journey World 征途世界
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
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Journey World 征途世界
The PAK files can be extracted with the script:
http://aluigi.org/bms/shura_xld.bms
http://aluigi.org/bms/shura_xld.bms
-
- Posts: 388
- Joined: Thu Aug 07, 2014 10:28 pm
Re: Journey World 征途世界
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?
https://www109.zippyshare.com/v/aZpEsrLc/file.html
I think the file names are encrypted at he end of the file?