Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fzakaria/autopatchelf
https://github.com/fzakaria/autopatchelf
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fzakaria/autopatchelf
- Owner: fzakaria
- Created: 2020-11-30T05:45:24.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-30T05:49:06.000Z (almost 4 years ago)
- Last Synced: 2024-10-11T23:34:23.593Z (23 days ago)
- Language: Go
- Size: 1.95 KB
- Stars: 31
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - fzakaria/autopatchelf - (Go)
README
# autopatchelf
⚠️ This accompanying repository is a _work in progress_ at the moment.
The goal of this repository is to accompany [nix-ld](https://github.com/Mic92/nix-ld) to help select the correct libraries for non-NixOS binaries.
[![asciicast](https://asciinema.org/a/AcR3pbxVRt7leBuF6ds9e8epQ.svg)](https://asciinema.org/a/AcR3pbxVRt7leBuF6ds9e8epQ)
## Usage
For instance to run it through a non-NixOS Ruby
```bash
❯ which ruby
/usr/bin/ruby❯ go run autopatchelf.go $(which ruby)
```