q/src/macho/Thread.go
Eduard Urbach dbc865ee67
All checks were successful
/ test (push) Successful in 15s
Added macho package
2025-06-30 20:31:07 +02:00

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
}