11 lines
No EOL
159 B
Go
11 lines
No EOL
159 B
Go
package macho
|
|
|
|
const ThreadSize = 184
|
|
|
|
// Thread is a thread state load command.
|
|
type Thread struct {
|
|
LoadCommand
|
|
Len uint32
|
|
Type uint32
|
|
Data [43]uint32
|
|
} |