Added Mach-O file format
This commit is contained in:
8
src/macho/Thread.go
Normal file
8
src/macho/Thread.go
Normal file
@ -0,0 +1,8 @@
|
||||
package macho
|
||||
|
||||
// Thread is a thread state load command.
|
||||
type Thread struct {
|
||||
LoadCommand
|
||||
Len uint32
|
||||
Type uint32
|
||||
}
|
Reference in New Issue
Block a user