Zero Escape bft file

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
sigroon365
Posts: 330
Joined: Fri Nov 21, 2014 4:03 am

Zero Escape bft file

Post by sigroon365 »

Hi, all. :) Does anyone have an idea on it?

https://www.sendspace.com/file/qcj9c6
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Zero Escape bft file

Post by aluigi »

They are gzipped files with a 32bit uncompressed size at their beginning:

Code: Select all

comtype gzip
get SIZE long
savepos OFFSET
get ZSIZE asize
math ZSIZE - OFFSET
get NAME basename
clog NAME OFFSET ZSIZE SIZE
I don't know what's the content of these files, they start with "BF" but are not archives.
sigroon365
Posts: 330
Joined: Fri Nov 21, 2014 4:03 am

Re: Zero Escape bft file

Post by sigroon365 »

aluigi wrote:They are gzipped files with a 32bit uncompressed size at their beginning:

Code: Select all

comtype gzip
get SIZE long
savepos OFFSET
get ZSIZE asize
math ZSIZE - OFFSET
get NAME basename
clog NAME OFFSET ZSIZE SIZE
I don't know what's the content of these files, they start with "BF" but are not archives.


THK! :) Hmm.. it maybe contains font index info and some kind of image.