superstrip
Software
www.skarnet.org
The superstrip1 program
superstrip1 takes an ELF executable and strips it of all
the parts that are not actually mapped in memory at run time.
Interface
superstrip1 prog
- superstrip1 atomically overwrites prog and exits 0 if
it succeeds.
- It complains and exits 111 on a temporary error, or 100 on a permanent error
(like trying to use it on a non-ELF file). In that case, prog
is left untouched.