Reduced number of load commands
This commit is contained in:
parent
1d3860f49e
commit
1cb93b39a7
6 changed files with 43 additions and 50 deletions
|
@ -1,5 +1,7 @@
|
|||
package macho
|
||||
|
||||
const Segment64Size = 72
|
||||
|
||||
// Segment64 is a segment load command.
|
||||
type Segment64 struct {
|
||||
LoadCommand
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue