Lets say I have a binary/executable.
Is there a way we can find out which version of g++ is used to compile this.
Thanks.
Hello,
You can open binary file with vi editor and search gcc or g++ word.
good luck.
Last edited on
Thanks for the suggestion.. will do this on monday.. as i'm enjoying my weekend.. :D