如何检查Exe的制作语言
我们在大学学习编译器,所以这引起了我的好奇心,当我们使用编译器并且它们形成程序集时,有什么方法可以知道,如果给你任何 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有多种方法可以做到这一点,但我认为您不能保证有效的结果,具体取决于人们隐藏它所采取的步骤。
查看 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).