1 रिपॉजिटरी
Tools used for updating dynamic linkers and runtime search paths within ELF files.
Distinct from ELF Binary Parsing: Candidates focus on parsing or analysis; this is about the modification of the binary.
Explore 1 awesome GitHub repository matching operating systems & systems programming · ELF Binary Modifiers. 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
Updates the dynamic linker and runtime search paths within ELF executables.