I unpacked the XLAUNCHER.XP but the files are encrypted.Any help please?

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
azgoku
Posts: 3
Joined: Fri Apr 24, 2020 10:15 am

I unpacked the XLAUNCHER.XP but the files are encrypted.Any help please?

Post by azgoku »

:?: Hello everyone,I manage to unpack the XLAUNCHER.XP and I got another 16 files which are encrypted.
Can somebody help me decrypt it ?

I uploaded the XLAUNCHER.XP below, the forum wont let me add it.
This is from 9dragons client game.
https://mega.nz/file/f08FGAZA#0kWM6j0bT ... Q09tdBDLCs

I tested different codes but no luck :cry:

I am using this script bms for the XLAUNCHER.XP .

Code: Select all

get idstring long
get files long
for i = 0 < files
get nsize short
filexor "0xEF"
getdstring NAME nsize
filexor ""
putarray 0 i NAME
next i
for i = 0 < files
get id1 long
putarray 1 i id1
next i
get SIZE asize
putarray 1 files SIZE
filexor "0xA5"
for i = 0 < files
set j i
math j + 1
getarray NAME 0 i
getarray OFFSET 1 i
getarray SIZE 1 j
math SIZE - OFFSET
log NAME OFFSET SIZE
next i
Last edited by azgoku on Thu Apr 30, 2020 11:45 am, edited 5 times in total.
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Help with quickbms decrypt.

Post by aluigi »

No file and no game name... what type of help are you looking for?

If this is related to 9Dragons, there are other topics open.
azgoku
Posts: 3
Joined: Fri Apr 24, 2020 10:15 am

Re: Help with quickbms decrypt.

Post by azgoku »

aluigi wrote:No file and no game name... what type of help are you looking for?

If this is related to 9Dragons, there are other topics open.


I added the file and edited my post , maybe you can help me :( .

I tried to find other topic but there is only one from 2015.

Thanks a lot !
azgoku
Posts: 3
Joined: Fri Apr 24, 2020 10:15 am

Re: Help with quickbms decrypt.

Post by azgoku »

aluigi wrote:No file and no game name... what type of help are you looking for?

If this is related to 9Dragons, there are other topics open.


Hey Luigi , can you please help me out ?
I tried a lots of scripts and examples but no luck , at some point i got to some text in japanese but nothing more.

I am willing to pay you.
Thanks a lot. Cheers.