Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BuiltinMachoInspector ¶
type BuiltinMachoInspector struct{}
func (*BuiltinMachoInspector) ImportedLibraries ¶
func (i *BuiltinMachoInspector) ImportedLibraries(fname string) ([]string, error)
type Checker ¶
type Checker struct { Logger Logger MachoInspector MachoInspector }
func NewCodesign ¶
type InvalidSignature ¶
func (*InvalidSignature) Error ¶
func (e *InvalidSignature) Error() string
type MachoInspector ¶
type Options ¶
type Options struct { Logger Logger MachoInspector MachoInspector }
Click to show internal directories.
Click to hide internal directories.