Changes

254 bytes added ,  08:11, 18 July 2011
Line 47: Line 47:     
File format used for storing videos is not yet known either. Both videos that were available at 18th of July 2011 contained string "boss" in the first four bytes, which leads me to believe this is a [http://en.wikipedia.org/wiki/Magic_number_(programming)#Magic_numbers_in_files "magic number"] used to identify this type of file.
 
File format used for storing videos is not yet known either. Both videos that were available at 18th of July 2011 contained string "boss" in the first four bytes, which leads me to believe this is a [http://en.wikipedia.org/wiki/Magic_number_(programming)#Magic_numbers_in_files "magic number"] used to identify this type of file.
 +
 +
{| class="wikitable"
 +
|-
 +
! Offset
 +
! Length
 +
!
 +
|-
 +
| 0x0
 +
| 0x4
 +
| "boss"
 +
|-
 +
| 0x4
 +
| 0x4
 +
| Always 00 01 00 01
 +
|-
 +
| 0x8
 +
| 0x4
 +
| Unknown
 +
|-
 +
| 0xC
 +
| 0x7
 +
| Always 00 00 00 00 4E 1D 61
 +
|-
 +
| 0x13
 +
| 0x1
 +
| Unknown
 +
|-
 +
| 0x14
 +
| 0x8
 +
| Always 00 01 00 00 00 02 00 02
 +
|}
    
== Server spoofing ==  
 
== Server spoofing ==  
7

edits