Simplified executable file formats
This commit is contained in:
11
src/exe/macho/Thread.go
Normal file
11
src/exe/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
|
||||
}
|
Reference in New Issue
Block a user