如何确定使用了哪个编译器来编译可执行文件? [英] How to determine which compiler has been used to compile an executable?

查看:19
本文介绍了如何确定使用了哪个编译器来编译可执行文件?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

从已编译的文件中,我可以看到使用哪个编译器生成文件吗?

From a compiled file, can I see which compiler has been used to generate the file?

推荐答案

还有一个很好的旧字符串"实用程序.转储它在二进制文件中找到的所有 ascii-ish 字符串.不同的编译器在它们生成的二进制文件中嵌入了不同数量的信息,但许多实际上会包含明显的标识字符串.

There's also the good old 'strings' utility. Dumps all ascii-ish looking strings it finds in the binary. Different compilers embed different amounts of information in the binaries they produce, but many will actually include obviously identifying strings.

这篇关于如何确定使用了哪个编译器来编译可执行文件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆