-
Notifications
You must be signed in to change notification settings - Fork 179
Open
Description
Hi, we're trying to reimplement patchelf
and install_name_tool
with object and at least for patchelf
it seems quite straightforward with the elfcopy
example :)
For install_name_tool
I seem to miss a way to add load_commands
to the writer. Reading the MachO file works well (we're mostly interested in patching / changing the rpath
to something relative), and I can read the rpath
nicely.
I was wondering if you have a quick tip on how to achieve this.
Metadata
Metadata
Assignees
Labels
No labels