This is a script file.
But I don't know if it's compressed or encrypted.
In the previous series, files could be viewed directly with UTF-8 encoding, but not now.
Is there anyone who can help?
PS4 Date A Live Ren Dystopia Script file (*.bin)
-
- Posts: 67
- Joined: Mon Jul 20, 2015 1:12 pm
-
- Posts: 42
- Joined: Mon Jun 07, 2021 8:20 pm
Re: PS4 Date A Live Ren Dystopia Script file (*.bin)
Files contain the zlib compressed blocks, which looks like a bytecode after decompressing. "Crack" bytecode is a difficult task.
Code: Select all
Comtype zlib
IDString "STSC2.0.7\x0\x0\x0\x0\x0\x0\x0"
Get dataOffset Long
Get unknown Long
GetDString scriptName 32
Get unknown Short
Get unknown Long
Get size Long
Get zsize Long
Get name basename
String name + ".bytecode"
CLog name dataOffset zsize size