Before shipping a product to customers, I'd like to remove as much information as possible from the executable to minimize the ability to reverse engineer our product. Thus far this consists of running the strip command like this:
strip -s myAppHere
Is there anything else folks recommend doing to our application before giving it to customers to reduce the chance that we give away our 'secret sauce'?