Is there any Command-Line or programmatically way to convert any type of exe file to IL?!
I know it is possible cuz I saw several programs that show me IL codes.
Note : I do this for .Net Framework via ILDASM.EXE (A tool of visual studio) but I'm not able to do the same work for the exe files which don't have CLR header (similarly it is only a way for convert .Net assemblies!).