Skip to main content

All Questions

Tagged with
0 votes
0 answers
31 views

How to remove symbols directly from a dynamic library binary(.so)? [duplicate]

I have a dynamic 3rd party library that has bunch of symbols from libc++ exposed. When I put everything together I have an ODR violation, half of my std::basic_string is from one lib, one is from ...
yrHeTateJlb's user avatar
2 votes
1 answer
3k views

Stripping symbols from shared library seems not to work

I am trying to strip non-public symbols from my shared library using the strip command, but when I afterwards apply "nm -C -D" I still see all symbols. I've alread checked this and other posts: ...
joggerwolf's user avatar