Reduced number of load commands

This commit is contained in:
Eduard Urbach 2024-08-14 22:21:39 +02:00
parent 1d3860f49e
commit 1cb93b39a7
Signed by: eduard
GPG key ID: 49226B848C78F6C8
6 changed files with 43 additions and 50 deletions

View file

@ -1,5 +1,7 @@
package macho
const Segment64Size = 72
// Segment64 is a segment load command.
type Segment64 struct {
LoadCommand