如何检查Exe的制作语言

发布于 2024-10-27 01:43:08 字数 115 浏览 1 评论 0原文

我们在大学学习编译器,所以这引起了我的好奇心,当我们使用编译器并且它们形成程序集时,有什么方法可以知道,如果给你任何 exe,使用哪个编译器来构建它?或者至少是哪个这个exe的语言是用c++、c#还是什么语言制作的?

We were studying about compilers at college so this raised me curiosity that when we use the compilers and they form assemblies so is there any way you could know that ,if you are given any exe, which compiler was used to build it?or atleast which language was this exe made with c++,c# or what?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

遗忘曾经 2024-11-03 01:43:08

有多种方法可以做到这一点,但我认为您不能保证有效的结果,具体取决于人们隐藏它所采取的步骤。

查看 PEiD,它可以自动执行此操作(以及检测加壳程序等)。

There are various ways of doing this, but I don't think you can guarantee a valid result depending on what steps people go through to hide it.

Check out PEiD, it can to do this automatically (along with detecting packers, etc).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文