Talisman - Digital Edition - *.dz

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
AlphaTwentyThree
Posts: 909
Joined: Sat Aug 09, 2014 11:21 am

Talisman - Digital Edition - *.dz

Post by AlphaTwentyThree »

Hello there! Can somebody write a script for Talisman's .dz format? Here are some samples: http://*USE_ANOTHER_FILEHOSTING*/f30649a ... sman_dz.7z
Thanks!
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Talisman - Digital Edition - *.dz

Post by aluigi »

I have updated the Vector script to version 0.2 for supporting these files:
http://aluigi.org/papers/bms/others/vector.bms
dniel888
Posts: 9
Joined: Mon Dec 22, 2014 1:04 am

Re: Talisman - Digital Edition - *.dz

Post by dniel888 »

some of the files maybe not extracted to their folder, after the folder names there is some table, with this format:

SHORT folder_number
SHORT file_number
SHORT 0xFF (Unknown)

folder numbers start from 1
file numbers start from 0

(seems that folder number 0 is the root folder and because that the number of folders need to be subtracted by 1)
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Talisman - Digital Edition - *.dz

Post by aluigi »

I have updated the script to version 0.2.1 and it looks like the names and folders are now correct, thanks.

Regarding the ".enc" files, I guess it's a sort of XOR probably with a fixed key.
AlphaTwentyThree
Posts: 909
Joined: Sat Aug 09, 2014 11:21 am

Re: Talisman - Digital Edition - *.dz

Post by AlphaTwentyThree »

aluigi wrote:I have updated the script to version 0.2.1 and it looks like the names and folders are now correct, thanks.

Regarding the ".enc" files, I guess it's a sort of XOR probably with a fixed key.

Thanks a lot Luigi! :D
LinXP
Posts: 5
Joined: Fri Jan 16, 2015 8:44 pm

Re: Talisman - Digital Edition - *.dz

Post by LinXP »

Hi AlphaTwentyThree, you could decrypt .enc files?
AlphaTwentyThree
Posts: 909
Joined: Sat Aug 09, 2014 11:21 am

Re: Talisman - Digital Edition - *.dz

Post by AlphaTwentyThree »

No, sorry.
LinXP
Posts: 5
Joined: Fri Jan 16, 2015 8:44 pm

Re: Talisman - Digital Edition - *.dz

Post by LinXP »

decrypted text
KALRONG
Posts: 1
Joined: Mon Nov 21, 2016 1:03 am

Re: Talisman - Digital Edition - *.dz

Post by KALRONG »

LinXP wrote:decrypted text


Sorry to revive and old post but Im actually trying to get the text and the images from this dz files but I'm stuck with the enc files, I have tried to bruteforce the files using xor and using LinXP decoded text as known text but without luck.

Anybody knows how to decrypt this?

@LinXP how did you get those decoded files?

Thanks in advance!