NixOS / patchelf

A small utility to modify the dynamic linker and RPATH of ELF executables
GNU General Public License v3.0
3.57k stars 486 forks source link

feat: add --no-clobber-old-sections switch #521

Closed K900 closed 1 year ago

K900 commented 1 year ago

Works around #520, may be useful for other cursed self-modifying things.

K900 commented 1 year ago

How's this phrasing?

Mic92 commented 1 year ago

Better. Could you also update https://github.com/NixOS/patchelf/blob/master/patchelf.1 ?

K900 commented 1 year ago

Done. Tried to elaborate a bit on the behavior in the man page too.