Changes

Jump to navigation Jump to search
185 bytes added ,  04:25, 26 May 2009
`
Line 4: Line 4:  
<pre>
 
<pre>
 
typedef struct {
 
typedef struct {
 +
        //START: Main Header
 +
        u32    head; // 0x00000000
 +
        u32    version; // 0x00000004
 +
        u32    file_size; // 0x00000008
 +
        u8      unk[0x14]; // 0x0000000C
 +
        //END: Main Header
 +
 +
 
         // All offsets are from 0x20
 
         // All offsets are from 0x20
        u32    head;
+
         u32    unk10; // 0x00000020
        u32    version;
+
         u32    unk20; // 0x00000024
        u32    file_size;
+
         u32    unk30; // 0x00000028
        u8      unk[0x14];
  −
         u32    unk10;
  −
         u32    unk20;
  −
         u32    unk30;
   
         // First data section (this is the bytecode)
 
         // First data section (this is the bytecode)
         u32    fds_size;
+
         u32    fds_size; // 0x0000002C
         u32    fds_offset;
+
         u32    fds_offset; // 0x00000030
    
         u32    table4_count;
 
         u32    table4_count;
20

edits

Navigation menu