This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Strip (or replace) Symbols from a Static Library

Hi,

I'm building a Static Library, using CCS 4.1 and want to strip/replace all symbols, except couple functions. So if somebody unarchives the library and disassembles the object, there are no function names (or junk function names, like: func001, func002, var001, var002, ...). 

Is there any simpler then manual way to do this? 

PS: Library consists of ~15 objects and there are no way to define everything as static.

Thanks!