Documentation
¶
Index ¶
Constants ¶
View Source
const ( EncInfo32 = 0x21 EncInfo64 = 0x2c )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Attributes ¶
type Attributes struct {
PositionIndependentExecutable bool
StackExecutionNotAllowed bool
HeapExecutionNotAllowed bool
StackProtected bool
AutomaticReferenceCounting bool
Encrypted bool
// contains filtered or unexported fields
}
func IdentifyAttributes ¶
func IdentifyAttributes(f *macho.File) Attributes
func (Attributes) Merge ¶
func (a Attributes) Merge(b Attributes) Attributes
Click to show internal directories.
Click to hide internal directories.