2 repositorios
The process of resolving memory addresses and imports for a binary image at runtime.
Distinct from Binary Linking Interfaces: Focuses on runtime relocation and import resolution rather than static binary linking interfaces
Explore 2 awesome GitHub repositories matching software engineering & architecture · Runtime Binary Relocation. Refine with filters or upvote what's useful.
This project is a command line package manager and dependency management engine used for installing, updating, and removing software packages across different operating systems. It functions as a package recipe system and software repository administrator, utilizing declarative scripts to define software sources, build arguments, and installation steps. The system operates as a binary distribution platform that compiles source code into pre-compiled binaries and distributes them through remote repositories. It includes an automated version tracker that monitors upstream software releases and
Provides the ability to rewrite hardcoded paths within binaries to ensure software works in non-default installation directories.
This project is a Ruby-based package definition repository that functions as a cross-platform package manager and software dependency resolver for macOS and Linux. It provides a centralized system for installing, updating, and managing software through a Git-based distribution model. The system distinguishes itself through a binary package distribution network that produces pre-compiled bottles to avoid local compilation from source. It utilizes a Ruby-based domain specific language to define installation recipes and employs a distributed version control architecture to synchronize these defi
Replaces environment-specific paths in binaries with placeholders to enable installation in any host directory.