1 रिपॉजिटरी
Utilities for adding or removing library search paths in ELF binary headers.
Distinct from Library Search Paths: Candidates focus on general path management or parsing; this is specifically for the ELF RPATH header.
Explore 1 awesome GitHub repository matching operating systems & systems programming · RPATH Management Tools. Refine with filters or upvote what's useful.
patchelf is a suite of administrative utilities for modifying the dynamic linker and runtime search paths within ELF executables. It functions as an ELF binary modifier and dependency manager, allowing for the editing of interpreter paths and the management of shared library dependencies. The project provides specialized tools for updating the interpreter path to specify a different dynamic loader at runtime and an RPATH management tool for adding or removing library search paths within binary headers. It also includes capabilities for modifying the internal name identifiers of dynamic librar
Adds or removes library search paths within the binary headers of ELF files.