Touch Detective OBB
Jump to navigation
Jump to search
Back to index | Edit this page
OBB
- Format Type : Archive
- Endian Order : Little Endian
- Signature : BIND-008 / BIND
Format Specifications
// header
8 bytes (char) - signature // "BIND-008"
4 bytes (uint32) - number of files
4 bytes (uint32) - nulls
// index
number_of_files *
{
4 bytes (uint32) - file offset
4 bytes (uint32) - file size
40 bytes (char) - file name // e.g. "C001_01_00.png"
}
// data
number_of_files *
{
x bytes - data
}
Notes and Comments
None.
Games
List of games using this file format:
- Touch Detective (Android) (*.OBB)
QuickBMS Script
Compatible Programs
None.