q/src/macho/Thread.go

9 lines
119 B
Go

package macho
// Thread is a thread state load command.
type Thread struct {
LoadCommand
Len uint32
Type uint32
}