How determine application subsystem from executable file

Posted by Luca on Stack Overflow See other posts from Stack Overflow or by Luca
Published on 2010-05-05T20:50:12Z Indexed on 2010/05/05 21:08 UTC
Read the original article Hit count: 165

Filed under:
|
|

I'm trying to detect console application from the list of the executables files installed on my computer.

How to implement it?

Every application has a "subsystem" (windows application, console application or library; specified to the linker as option, I think). How to detect it using only the executable file?

Are there alternative methods to detect the application characteristic? Additionally, are there any method for detecting the file is a really executable file?

Any issue for JAR executables?

© Stack Overflow or respective owner

Related posts about c#

Related posts about executable