moatool : Mach-O Archive Tool

After my post on the Universal Binaries, I present you moatool, a tiny tool to manipulate Mach-O archives.
What can it do ?
- Print the fat_section of a Mach-O file, if it’s an archive.
- Split the archive into as much part as there is architecture.
- Reduce the size of the binary by removing the useless architectures, at the end it’s a simple binary.
Continue reading