I have converted some c++ file to object file by my Cygwin. The command is "g++ -c -o program.o program.cc" . program.cc is my original c++ source code.
Now, program.o is unreadable at least by notepad. So, it there any way to read it? Maybe by some "converter" or by some amazing text editor?
Thanks.



LinkBack URL
About LinkBacks



