Documentation
¶
Overview ¶
Package pez contains a Extractor for the PE compressed Linux Image (vmlinuz, ZBOOT).
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrImageTooSmall = errors.New("image too small")
View Source
var ErrMagicMismatch = errors.New("magic number mismatch")
View Source
var ErrNotZImage = errors.New("not a zimg")
View Source
var ErrUnsupportedCompression = errors.New("unsupported compression type")
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.