Can you find out which compiler was used to compile a program?

前端 未结 7 542
迷失自我
迷失自我 2021-02-05 09:45

Given an executable that is compiled from C to run on Solaris, is it possible to determine which compiler was used to compile the associated incomplete executable?

I can

7条回答
  •  太阳男子
    2021-02-05 10:15

    PEID will do the trick. It generally works just great. Obviously PEID is a windows tool but it shouldn't matter and should show you to compiler (sometimes even specific version information)

提交回复
热议问题