This article contains basic info about stripping: what it is how it looks in a binary (i.e. executable file) what do we need it for? All the explanations and examples are shown on a Rust app compiled on macOS for ARM64 architecture. Anyway, conclusions will be mostly the same if you are on a different OS like Linux or use a different CPU (Intel or AMD processor). What is stripping? Stripping is a process of removing symbol tables from a binary. ...