PS4 Date A Live Ren Dystopia Script file (*.bin)

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
OneCombo
Posts: 67
Joined: Mon Jul 20, 2015 1:12 pm

PS4 Date A Live Ren Dystopia Script file (*.bin)

Post by OneCombo »

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?

020_12_00.bin

020_11_00.bin

020_10_00.bin

020_09_00.bin
grandshot
Posts: 42
Joined: Mon Jun 07, 2021 8:20 pm

Re: PS4 Date A Live Ren Dystopia Script file (*.bin)

Post by grandshot »

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