Skip to content

greenpau/statifier

Repository files navigation

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           |
+----------+-----------------------+---------------------+

About

Tool for creating portable self-containing Linux executable

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published