
= SCE Header =

== 0x4 - Version ==

size = 4 bytes

== 0xA - Category ==

size = 2 bytes

3 = update package

== 0xC - Extended Header Size ==

size = 4 bytes

== 0x10 - Header Size ==

size = 8 bytes

== 0x38 - Program Segment Table Offset ==

size = 8 bytes

== 0x40 - Section Table Offset ==

size = 8 bytes

== 0x48 - Encrypted Program Segment Table Offset ==

size = 8 bytes




= ELF Header (32 bit) =

== 0x4 - ei_class ==

1 - ELFCLASS32

== 0x2A - e_phentsize ==

size = 2 bytes

== 0x2C - e_phnum ==

size = 2 bytes

== 0x2E - e_shentsize ==

size = 2 bytes

== 0x30 - e_shnum ==

size = 2 bytes




= ELF Header (64 bit) =

== 0x4 - ei_class ==

2 - ELFCLASS64

== 0x36 - e_phentsize ==

size = 2 bytes

== 0x38 - e_phnum ==

size = 2 bytes

== 0x3A - e_shentsize ==

size = 2 bytes

== 0x3C - e_shnum ==

size = 2 bytes
