This commit is contained in:
parent
436691ae40
commit
dbc865ee67
14 changed files with 317 additions and 0 deletions
11
src/macho/Thread.go
Normal file
11
src/macho/Thread.go
Normal file
|
@ -0,0 +1,11 @@
|
|||
package macho
|
||||
|
||||
const ThreadSize = 184
|
||||
|
||||
// Thread is a thread state load command.
|
||||
type Thread struct {
|
||||
LoadCommand
|
||||
Len uint32
|
||||
Type uint32
|
||||
Data [43]uint32
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue