How to know a EXE file was written by .net language or not?
-
In what context ? You can run reflector on it and see if you can see the source code. You can examine the header, if you want to do it within a program.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
In what context ? You can run reflector on it and see if you can see the source code. You can examine the header, if you want to do it within a program.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
Good question, I've been having the same question.. for java, it's easily Identified by it's ugly purple controls "if not using UIs" but .Net:confused:
Smile: A curve that can set a lot of things straight! (\ /) (O.o) (><)
-
Then you need to find out exactly how the file itself marks that it is .NET, and write code to read the head of the file and examine it for this info.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
In what context ? You can run reflector on it and see if you can see the source code. You can examine the header, if you want to do it within a program.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
You could use .NET Reflector[^] to point it at the .EXE and see if it will disassemble.
:..::. Douglas H. Troy ::..
Bad Astronomy |VCF|wxWidgets|WTL -
You could use .NET Reflector[^] to point it at the .EXE and see if it will disassemble.
:..::. Douglas H. Troy ::..
Bad Astronomy |VCF|wxWidgets|WTL