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

Macho-extractor: support extraction of any object from fat Mach-O #125

Closed
PeterMatula opened this issue Jan 30, 2018 · 1 comment
Closed

Comments

@PeterMatula
Copy link
Collaborator

The original tool was created to extract archives from fat Mach-O archives. But it would be useful, if it could extract any object from fat Mach-O. E.g. binary, that is not an archive.

Maybe, this is all that needs to be done:

---    valid = isStaticLibrary();
+++    valid = true; //isStaticLibrary();

But it needs to be checked before using it in master.

@mbandzi
Copy link
Contributor

mbandzi commented Feb 14, 2018

fixed in master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants