Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support universal ("fat") Mach-Os #34

Open
woodruffw opened this issue Mar 8, 2021 · 0 comments
Open

Support universal ("fat") Mach-Os #34

woodruffw opened this issue Mar 8, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@woodruffw
Copy link
Owner

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 woodruffw added the enhancement New feature or request label Mar 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant