https://github.com/alpluspluss/knit A minimal toy linker for Mach-O binary file format. The project tries to be as small as it can get. knit successfully implements valid but minimal Mach-O file linking without code signing.
#Toy MachO Linker
4 messages · Page 1 of 1 (latest)
don't actually bother using it because I didn't handle the code signing segment as well as dynamic linking and DWARF (in the final executable)
TLS seems to be too much to support as a toy linker project as well
damn! awesome!