FBI Hostage Rescue: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
(No difference)

Revision as of 06:39, 5 December 2005

CSA

  • Format Type : Archive
  • Endian Order : Little Endian
  • Date Posted : Dec. 5, 2005

Format Specifications

char {4}     - Header (GEEK)
uint32 {4}   - Unknown
uint32 {4}   - First File Offset
uint32 {4}   - null
uint32 {4}   - Number of files

// Directory

// for each file
uint32 {4}   - File Offset
uint32 {4}   - File Length
char {128}   - Filename (null)

byte {X}    - File Data

MultiEx BMS Script

ImpType Standard ;
IDString 0 GEEK ;
Set FOOBAR Long 16 ;
GoTo FOOBAR 0 ;
Get FILENUM Long 0 ;
For X = 1 To FILENUM ;
SavePos FOFFSETX 0 ;
Get FOFFSET Long 0 ;
SavePos FSIZEX 0 ;
Get FSIZE Long 0 ;
GetDString FNAME 128 0 ;
Log FNAME FOFFSET FSIZE FOFFSETX FSIZEX ;
Next X ;

Supported by Programs