steg86 icon indicating copy to clipboard operation
steg86 copied to clipboard

Support universal ("fat") Mach-Os

Open woodruffw opened this issue 3 years ago • 0 comments

This isn't hard to do, I was just lazy about it:

  1. If our input is a fat Mach-O, iterate over its architecture slices
  2. Select the first x86-64 or i386 slice, preferring x86-64 over i386 if both are present

This could be made configurable (i.e., allowing the user to select the specific slice by its index), but it's probably not worth the effort.

woodruffw avatar Mar 08 '21 01:03 woodruffw