Stripped Static
This static binary is huge!
- What is "stripping a binary"? What are the pros and cons?
Strip the statically compiled sniffex binary with debugging off. Make sure everything works still.
- What did you have to do to make that happen?
Run srings, ldd, readelf, strace on the binaries
- What do you find? What was the difference? Is stripping a static binary worth it?