I lost my source code file code.c
on my Linux virtual machine. It is a code I wrote some months ago, and I need to open and read it now.
But I cannot find it anymore. All I have is the executable file c
after compile it using GCC like this.
$ gcc -o c code.c
So how can I get the code.c
from its executable? I tried to search on Google to solve it, but unfortunately all answers were “impossible to get it”.