I am writing a C program and I have converted it from .c to .so file using GCC. I was little curious to know if is there any way to convert back the .so file to .c file.
Assume I am shipping my code to someone and it contains all the .so files. Is there a chance that someone can get access to my source code using any tool, editor, technique etc?