Mach-O binary file manipulation.
This project is about recoding the nm
and the otool
commands.
Subject
nm
and otool
are two programs that handle binary files. Their implementation found in this repository are meant to work with Mach-O
files.