This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

visibility of functions names in Library

Hi, I made a library. when i build executable using library, the map file created shows all functions/variables of library.

Can i strip the library, so that only functions used by executable are visible in map file ?

or when i build library, i can somehow achieve the same by some settings ?

thanks in advance for your time.

regards,
-rajan batra

Parents
  • You could obfuscate the names if you understood the object/library files formats. Then again that would suppose you have a better understanding of things, than the people who want to steal your code. It's generally safer to assume they are smarter, and have better tools.

Reply
  • You could obfuscate the names if you understood the object/library files formats. Then again that would suppose you have a better understanding of things, than the people who want to steal your code. It's generally safer to assume they are smarter, and have better tools.

Children