superstrip
Software
www.skarnet.org
The superstrip program
superstrip takes a list of ELF executables and strips them of all
the parts that are not actually mapped in memory at run time.
Interface
superstrip [ file file ... ]
- For every file given on the command line, superstrip
spawns a superstrip1 child.
- superstrip always exits 0 no matter its children's exit codes.
Potential problems will be reported in
superstrip1's diagnostic messages.
Notes
- superstrip is an
execline script.
You need to install the execline package for it to work.