https://github.com/hazcod/lddfix
Script to fix any linked libraries for your executable to make it static.
https://github.com/hazcod/lddfix
Last synced: 2 months ago
JSON representation
Script to fix any linked libraries for your executable to make it static.
- Host: GitHub
- URL: https://github.com/hazcod/lddfix
- Owner: hazcod
- Created: 2021-01-25T08:59:50.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-25T09:01:41.000Z (over 5 years ago)
- Last Synced: 2025-03-17T13:57:40.361Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lddfix
Script to fix any linked libraries for your executable to make it static.
If your binary is not compiled statically it requires specific libraries to be in place.
This script copies all required libraries to `./static/` and patches your binary paths using `patchelf`.