Documentation
¶
Index ¶
Constants ¶
View Source
const ( XCIHeaderSize = 0x200 XCIHeaderMagicStringOffset = 0x100 XCIRootPartionHeaderOffset = 0x130 )
View Source
const UNCOMPRESSABLE_HEADER_SIZE int64 = 0x4000
Variables ¶
This section is empty.
Functions ¶
func ValidateNSPHash ¶
func ValidateXCIHash ¶
Types ¶
type FileInfo ¶
type FileInfo struct { Name string TitleID uint64 Version uint32 EmbeddedTitle string Type cnmt.MetaType Size int64 }
FileInfo is the parsed metadata around a file This contains all the data used by the rest of the package
func ParseNSPToMetaData ¶
type ReaderRequired ¶
type ReaderRequired interface { io.ReadSeeker io.ReaderAt }
Click to show internal directories.
Click to hide internal directories.