magicErmine isa tool forcreatingportableapplicationsfor Linux. Itallows the sameLinuxexecutable tobe run on awide range ofdifferentdistributions.Like statifier,It makes oneexecutable filewith norun-timedependenciesfrom adynamicallylinkedexecutable andall of itslibraries.Unlikestatifier, itis able to addarbitrary filesto the packedexecutable,such asconfigurationfiles orpixmaps.
ELF statifier makes one executable file with no runtime 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.
minor bugfix: fixed my_gdb: can't PTRACE_PEEKTEXT - 'Input/output error' (errno=5) on systems with vvar virtual mappings