Many standard desk-top binaries, like gzip/gunzip and insmod/rmmod, are multicall binaries. Extending the multicall binary technique can help reduce executable size for embedded systems.
- Only one ELF-header for many executables
- One common argument parser
- "Build-in libs" for a group of executables
- Reduce filesystem trace
An impressive example of such a multicall binary is busybox.