guedou / cargo-strip

Strip Rust binaries created with cargo
MIT License
90 stars 2 forks source link

Add a clearer description #12

Closed heisen-li closed 2 years ago

heisen-li commented 2 years ago

Thank you for your work. What is the information about the divestiture?Why has so much content been reduced? My binaries are down 3232k.

heisen-li commented 2 years ago

In addition, if the stripped information includes a symbol table, should the stripped information be stored in a file?

guedou commented 2 years ago

I do not think that it is possible using the strip command. I will suggest that you run dump it with a tool like objdump before calling cargo strip .