Skip to content

Commit 3fa7a9f

Browse files
committed
Add reference to sstrip
1 parent d8ce4df commit 3fa7a9f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ $ cargo build --release
3232
[`cargo-strip`](https://github.com/guedou/cargo-strip) or follow
3333
[Cargo #3483](https://github.com/rust-lang/cargo/issues/3483).
3434

35+
> See also: [`sstrip`](https://github.com/BR903/ELFkickers) a small utility that removes a few
36+
bytes from an executable that strip leaves behind. `sstrip` should be run after `strip`.
37+
3538
By default on Linux and macOS, symbol information is included in the compiled `.elf` file. This
3639
information is not needed to properly execute the binary.
3740
To remove this, run [`strip`](https://linux.die.net/man/1/strip) on the `.elf` file:

0 commit comments

Comments
 (0)