Available on crate feature
macho only.Expand description
Fat Mach-O parsing (multiple Mach-O programs in one binary)
Structsยง
- FatMacho
- Fat Mach-O files contain executable code for more than one architecture, allowing the same binary to be run on different hardware, such as the same file working on Power PC, Intel, and Apple Silicon machines.