How do I remove strings from / obfuscate a compiled binary? The goal is to avoid having people read the names of the functions/methods inside.
It is a dynamic library (.
They are unavoidable. Those strings are the means by which the loader links shared libraries at runtime.