Added macho package
All checks were successful
/ test (push) Successful in 15s

This commit is contained in:
Eduard Urbach 2025-06-30 20:31:07 +02:00
parent 436691ae40
commit dbc865ee67
Signed by: akyoto
GPG key ID: 49226B848C78F6C8
14 changed files with 317 additions and 0 deletions

12
docs/macho.md Normal file
View file

@ -0,0 +1,12 @@
# Mach-O
## Notes
MacOS requires including the headers in the __TEXT segment.
## Links
- https://github.com/apple-oss-distributions/xnu/blob/main/EXTERNAL_HEADERS/mach-o/loader.h
- https://en.wikipedia.org/wiki/Mach-O
- https://github.com/aidansteele/osx-abi-macho-file-format-reference
- https://stackoverflow.com/questions/39863112/what-is-required-for-a-mach-o-executable-to-load