Page 1 of 1
[PC] catherine classic .DAT file
Posted: Fri Nov 27, 2020 12:26 am
by killnus
i need to open this file telephone messages inside
https://gofile.io/d/y8CLEM
Re: [PC] catherine classic .DAT file
Posted: Fri Nov 27, 2020 11:32 am
by ikskoks
You can open it with hex workshop
https://imgur.com/a/WFExHnI
You can also use strings from sysinternal's to dump all texts
https://docs.microsoft.com/en-us/sysint ... ds/strings
Code: Select all
strings.exe MailData.DAT > out.txt
https://imgur.com/a/jcMhQR2
Re: [PC] catherine classic .DAT file
Posted: Fri Nov 27, 2020 10:05 pm
by killnus
okay how to import ?
Re: [PC] catherine classic .DAT file
Posted: Fri Nov 27, 2020 10:21 pm
by ikskoks
Only by writing custom tool.
Re: [PC] catherine classic .DAT file
Posted: Sat Nov 28, 2020 10:23 am
by killnus
ikskoks wrote: ↑Fri Nov 27, 2020 10:21 pm
Only by writing custom tool.
really good