Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Info ¶
type Info struct { Machine string `json:"machine"` Segments []Segment `json:"segments,omitempty"` Sections []Section `json:"sections,omitempty"` Imports map[string][]string `json:"imports,omitempty"` Exports []string `json:"exports,omitempty"` Packer string `json:"packer,omitempty"` Telfhash string `json:"telfhash,omitempty"` }
Info contains high level fingerprinting an analysis of a mach-o file.
type Section ¶
type Section struct { Name string `json:"name"` Type string `json:"type"` Address uint64 `json:"address"` Size uint64 `json:"size"` Offset uint64 `json:"offset"` Entropy float64 `json:"entropy"` ChiSquare float64 `json:"chi2"` Flags string `json:"flags"` MD5 string `json:"md5,omitempty"` }
Section contains information about a section in a mach-o file.
Click to show internal directories.
Click to hide internal directories.