开发者

How to check the Language in which Exe is made

开发者 https://www.devze.com 2023-02-20 08:42 出处:网络
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 w开发者_开发知识库ay you could know that ,if you are giv

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 w开发者_开发知识库ay 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?


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).

0

精彩评论

暂无评论...
验证码 换一张
取 消