-
Notifications
You must be signed in to change notification settings - Fork 26
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
Question about rewriting a macho / elf file #116
Comments
I don't think There's also the |
Thanks a lot for your answer! I did have a look at the source code of My initial tests produced MachO files that were crashing |
Also we found some code in |
Hi, I am currently browsing around in the Rust ecosystem to find the best solution to rewrite some RPaths' in Rust (ideally). I need to do that for a package manager in order to make shared libraries properly relocatable. Basically I would love to have the native Rust equivalent for
install_name_tool
andpatchelf
.I was wondering if you think that
faerie
is the right crate for this or know of alternatives? I've looked at and usedgoblin
a bit, too, but didn't find it easy to emit ELF / MachO files.The text was updated successfully, but these errors were encountered: