SCECAF File Format: Difference between revisions

From Vita Developer wiki
Jump to navigation Jump to search
m (added link to a core dump for future documentation)
Line 3: Line 3:
/*Needs Documentation*/
/*Needs Documentation*/
Files [http://f.lui.li/get_3366_2bba.html here]
Files [http://f.lui.li/get_3366_2bba.html here]
Similar to PUP file.
Structure (highly speculative) is as follows (most parts are byteswapped):
== For caf ==
{| class="wikitable"
|-
! Offset !! Length !! Type !! Information
|-
| 0x0 || 0x8 || unsigned long || Magic "SCECAF")
|-
| 0x8 || 0x8 || unsigned long || Unk 0x02)
|-
| 0x10 || 0x8 || unsigned long || Unk 0x01)
|-
| 0x18 || 0x8 || unsigned long || Unk 0x01)
|-
| 0x20 || 0x8 || unsigned long || Unk 0xC0)
|-
| 0x28 || 0x8 || unsigned long || Unk 0x40)
|-
| 0x30 || 0x8 || unsigned long || Unk 0x01)
|-
| 0x38 || 0x8 || unsigned long || Unk 0x02)
|-

Revision as of 23:18, 3 October 2015

File Format

/*Needs Documentation*/ Files here

Similar to PUP file.

Structure (highly speculative) is as follows (most parts are byteswapped):

For caf

Offset Length Type Information
0x0 0x8 unsigned long Magic "SCECAF")
0x8 0x8 unsigned long Unk 0x02)
0x10 0x8 unsigned long Unk 0x01)
0x18 0x8 unsigned long Unk 0x01)
0x20 0x8 unsigned long Unk 0xC0)
0x28 0x8 unsigned long Unk 0x40)
0x30 0x8 unsigned long Unk 0x01)
0x38 0x8 unsigned long Unk 0x02)