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!
Talisman - Digital Edition - *.dz
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Talisman - Digital Edition - *.dz
I have updated the Vector script to version 0.2 for supporting these files:
http://aluigi.org/papers/bms/others/vector.bms
http://aluigi.org/papers/bms/others/vector.bms
-
- Posts: 9
- Joined: Mon Dec 22, 2014 1:04 am
Re: Talisman - Digital Edition - *.dz
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)
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)
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Talisman - Digital Edition - *.dz
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.
Regarding the ".enc" files, I guess it's a sort of XOR probably with a fixed key.
-
- Posts: 909
- Joined: Sat Aug 09, 2014 11:21 am
Re: Talisman - Digital Edition - *.dz
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!
-
- Posts: 5
- Joined: Fri Jan 16, 2015 8:44 pm
Re: Talisman - Digital Edition - *.dz
Hi AlphaTwentyThree, you could decrypt .enc files?
-
- Posts: 909
- Joined: Sat Aug 09, 2014 11:21 am
Re: Talisman - Digital Edition - *.dz
No, sorry.
-
- Posts: 5
- Joined: Fri Jan 16, 2015 8:44 pm
Re: Talisman - Digital Edition - *.dz
decrypted text
-
- Posts: 1
- Joined: Mon Nov 21, 2016 1:03 am
Re: Talisman - Digital Edition - *.dz
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!