work in progress macho loader written in C. only works with macho files that do not include external libraries
- https://blog.xpnsec.com/building-a-mach-o-memory-loader-part-1/
- https://github.com/aidansteele/osx-abi-macho-file-format-reference
- https://en.wikipedia.org/wiki/Mach-O
code is currently trash but its a WIP so yk
gcc main.c load.c
./a.out <macho_file>
- import symbols