Hi, all. Does anyone have an idea on it?
https://www.sendspace.com/file/qcj9c6
Zero Escape bft file
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Zero Escape bft file
They are gzipped files with a 32bit uncompressed size at their beginning:
I don't know what's the content of these files, they start with "BF" but are not archives.
Code: Select all
comtype gzip
get SIZE long
savepos OFFSET
get ZSIZE asize
math ZSIZE - OFFSET
get NAME basename
clog NAME OFFSET ZSIZE SIZE
-
- Posts: 330
- Joined: Fri Nov 21, 2014 4:03 am
Re: Zero Escape bft file
aluigi wrote:They are gzipped files with a 32bit uncompressed size at their beginning:I don't know what's the content of these files, they start with "BF" but are not archives.Code: Select all
comtype gzip
get SIZE long
savepos OFFSET
get ZSIZE asize
math ZSIZE - OFFSET
get NAME basename
clog NAME OFFSET ZSIZE SIZE
THK! Hmm.. it maybe contains font index info and some kind of image.