Executable files may be linked statically or dynamically. Dynamically linked executables use less disk space and memory, but require appropriative dynamic libraries present in order to run. ELF statifier make one executable file with no run-time dependencies from a dynamically linked executable and all its libraries. This file can be copied and run on another machine with no need for all of the libraries.
| Tags | Software Development |
|---|---|
| Licenses | GPL |
| Operating Systems | POSIX Linux |
| Implementation | Assembly Awk C Unix Shell |
Recent releases


Changes: Support for Slackware 12.0 and a fix for improper errno/strtoul usage.


Changes: Support for gdb-6.8 was added.


Changes: Support for gdb6.6 was added. Support for systems where vDSO does not look like a shared library was added. Statifier's Web site finally got a logo.


Changes: A bug that was fixed in 1.6.11 (prelinked ld-linux + memory randomization) showed itself again. It has been fixed.


Changes: A bug that sometimes prevented statifier from working on systems with prelinked ld-linux was fixed.