superstrip is a program designed to take the most possible bytes out of a statically linked ELF executable. It's more aggressive than the standard Unix strip program, for it keeps only the parts that are actually mapped in memory when your ELF executable is run.