Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Header ¶
type Header struct {
Magic [4]byte // ASCII_LE("Img3")
FullSize uint32 // full size of fw image
SizeNoPack uint32 // size of fw image without header
SigCheckArea uint32 // although that is just my name for it, this is the
// size of the start of the data section (the code) up to
// the start of the RSA signature (SHSH section)
Ident [4]byte // identifier of image, used when bootrom is parsing images
}
Header img3 header object
Click to show internal directories.
Click to hide internal directories.