https://github.com/mschuldt/statifier
version 1.7.4 https://sourceforge.net/projects/statifier/
https://github.com/mschuldt/statifier
Last synced: about 1 month ago
JSON representation
version 1.7.4 https://sourceforge.net/projects/statifier/
- Host: GitHub
- URL: https://github.com/mschuldt/statifier
- Owner: mschuldt
- License: gpl-2.0
- Created: 2017-05-24T05:55:58.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-24T05:56:57.000Z (about 9 years ago)
- Last Synced: 2025-11-30T07:28:21.938Z (6 months ago)
- Language: C
- Size: 101 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
Statifier create from dynamically linked ELF executable
and all it's libraries (and all LD_PRELOAD libraries if any)
one file. This file can be copied and run on another machine
without need to drag all it's libraries.
Statifier use following software:
+----------+-----------------------+---------------------+
| Program | PackageName for RH72 | PackageName for RH9 |
+----------+-----------------------+---------------------+
| awk | gawk | gawk |
| bash | bash | bash |
| cat | textutils | coreutils |
| chmod | fileutils | coreutils |
| dirname | sh-utils | coreutils |
| mkdir | fileutils | coreutils |
| rm | fileutils | coreutils |
| uname | sh-utils | coreutils |
+----------+-----------------------+---------------------+