This commit is contained in:
parent
436691ae40
commit
dbc865ee67
14 changed files with 317 additions and 0 deletions
12
src/macho/HeaderType.go
Normal file
12
src/macho/HeaderType.go
Normal file
|
@ -0,0 +1,12 @@
|
|||
package macho
|
||||
|
||||
type HeaderType uint32
|
||||
|
||||
const (
|
||||
TypeObject HeaderType = 0x1
|
||||
TypeExecute HeaderType = 0x2
|
||||
TypeCore HeaderType = 0x4
|
||||
TypeDylib HeaderType = 0x6
|
||||
TypeBundle HeaderType = 0x8
|
||||
TypeDsym HeaderType = 0xA
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue