Documentation
¶
Index ¶
Constants ¶
View Source
const ( PFS0HeaderLength = 0x0C PFSfileEntryTableSize = 0x18 HFSfileEntryTableSize = 0x40 PFSStaticHeaderLength = 0x10 // Length up until the dynamic content PFS0Magic = "PFS0" HFS0Magic = "HFS0" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileEntryTableItem ¶
type PartionFS ¶
type PartionFS struct { Size int HeaderLen int // Length of the entire header up until file contents start FileEntryTable []FileEntryTableItem }
PartionFS struct is the parsed representation of the file header PFS0/HFS0 section
func (*PartionFS) GetByName ¶
func (partition *PartionFS) GetByName(id string) *FileEntryTableItem
Click to show internal directories.
Click to hide internal directories.