Updated Mach-O format to use LC_MAIN
All checks were successful
/ test (push) Successful in 17s

This commit is contained in:
Eduard Urbach 2025-07-08 19:17:48 +02:00
parent 8b5cca921b
commit e3444b3626
Signed by: ed
GPG key ID: 49226B848C78F6C8
8 changed files with 119 additions and 41 deletions

View file

@ -2,7 +2,8 @@
## Notes
MacOS requires including the headers in the __TEXT segment.
- Headers must be included in the __TEXT segment.
- Load command size must be divisible by 8.
## Links