1 रिपॉजिटरी
Modifying the list of required shared libraries within an ELF binary's dynamic section.
Distinct from In-Memory Modifications: The candidates focus on JVM bytecode, DI frameworks, or package managers, not low-level ELF binary headers.
Explore 1 awesome GitHub repository matching operating systems & systems programming · ELF Dependency List Modifications. 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
Provides capabilities to add or remove shared library identifiers from the needed entries of an ELF binary.