Blood Magic BM
BM
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
uint64 {8} - Number Of Files
// for each file (92-bytes per entry)
- char {64} - Filename (null-terminated) (filled with junk)
- uint32 {4} - Decompressed Length
- uint32 {4} - Compressed Length
- uint64 {8} - File Offset
- uint64 {8} - Timestamp
- uint32 {4} - Type of compression? - Uncompressed (0) or Compressed (5)
byte {X} - File Data
Notes and Comments
- The Timestamp is the Windows FILETIME struct
- Unknown compression
Supported Programs
- Game Extractor
(no decompression support)