1 रिपॉजिटरी
Adjusting internal references and addresses within a binary when structural changes shift data offsets.
Distinct from Firmware Partition Table Recalculation: Candidates cover firmware partition tables or UI snap points; this is specifically for ELF section/string table shifts.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Binary Offset Recalculations. 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
Adjusts the addresses of internal references when the size of the dynamic section or string table changes.