Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ELFStart = [4]byte{127, 69, 76, 70} // this is { 0x7f, 'E', 'L', 'F' }
Functions ¶
Types ¶
type ExecutableFile ¶
type ExecutableFile struct { Digest string `json:"digest"` // the file's SHA256 Path string `json:"path"` Size uint64 `json:"size"` Category FileCategory `json:"file_category"` InSquashedImage bool `json:"in_squashed_image"` }
type FileCategory ¶ added in v1.7.2
type FileCategory string
const ( // CategoryElf is a linux executable CategoryElf FileCategory = "ELF" )
Keep below definitions in sync with whatever is on used on the control plane for consistent conversions.
Click to show internal directories.
Click to hide internal directories.