awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositoriesRuntime Binary Relocation

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.

Awesome Runtime Binary Relocation GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • homebrew/legacy-homebrewAvatar de Homebrew

    Homebrew/legacy-homebrew

    26,849Ver en GitHub↗

    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.

    Ver en GitHub↗26,849
  • homebrew/homebrew-coreAvatar de Homebrew

    Homebrew/homebrew-core

    15,383Ver en GitHub↗

    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.

    Rubycoreformulaehacktoberfest
    Ver en GitHub↗15,383
  1. Home
  2. Software Engineering & Architecture
  3. Binary Linking Interfaces
  4. Runtime Binary Relocation

Explorar subetiquetas

  • Binary Path RelocationModifying hardcoded paths within binaries during installation to allow flexible installation directories. **Distinct from Runtime Binary Relocation:** Distinct from Runtime Binary Relocation: focuses on rewriting static binary paths during installation rather than dynamic memory address resolution.